Hello all,
With respect to linear regression, could anybody explain what is meant by the "sampling distribution of an estimator" and, particularly, how it can be used to compare estimators?
Is this just the range of possible values an estimate could take and its associated values, and with respect to comparison, does the sampling distribution determine whether or not it is a "good" estimator to use in a regression model?
Also, again with respect to linear regression, I was wondering could anybody give me a brief description (their functions, determination, etc.) of the following concepts:
1. R^2 (R squared)
2. Predicted R^2 (Predicted R squared)
3. Adjusted R^2 (Adjusted R squared)
I'm pretty sure that R^2 is just the coefficient of determination, and that - roughly speaking - it shows how much of the variation in "y" is attributable/explained by "x". Is this correct?
If so, what are the predicted and adjusted R^2 concepts?
Thanks in advance!