4-13 partially done for you here
Ok, since we're only relating the 1st test with the mean, I don't think we need to go into panel data regressions here
A simple regression model would be
mean_test_i = beta_1 * 1st_test_i + beta_0, i indexing students (the regression coefficient estimates will be the same for all students)
Once you've estimated your coefficients (there should be formulas in your book to do this, or software), then you can plug in 83 for first test to predict a mean_test score
By r, I'm taking it to mean the Pearson correlation coefficient? If so, this just indicates how correlated the two variables are and whether this is a negative or positive correlation (sign of coefficient indicates sign of correlation). More technically, its square, the R squared value, would indicate the proportion of the total variation observed in mean test scores explained by the variation in 1st test scores (usually a stats course asks for the interpretation of this).
4-14 is a piece of cake once you've calculated your beta coefficient. Just follow the formulas in your book to find the standard error of the beta_1 and test it with a null hypothesis of ~N(0, SE^2)
This post was edited by zackill4 on Oct 8 2013 02:37pm