|
|
|
|
|
by closed
3395 days ago
|
|
Do you mean that you fit a simple linear model, of the form below? ability = b0 + b1*endorsements + error And when you say t-test, are you saying you did a t-test for the parameter b1? Usually when people refer to a t-test, without more information, they are saying they tested the difference of means between two groups. (or one mean against a number). See, for example, the Wikipedia article on t-tests: https://en.m.wikipedia.org/wiki/Student's_t-test |
|
That would be the form of the best-fit line in the scatterplot. (and it would make sense to assume that the t-test refers to b1 != 0, as there is only one group)