Reply
Sat 13 Oct, 2018 09:02 pm
I have a data with high school GPA for students. The assignment is to calculate z scores for each student and predict their GPA in college. How do I deal with the second part of the question ?
@dia20,
You don't make a correlation using z scores. To do the second part of the assignment, plot the student high school GPA values against the college GPA scores and see if there is a correlation. Since those are the only two variables given, I'm guessing they want you to perform a least squares linear fit and use that to predict the college GPA values.