Question: Using RStudio, please code the following and provide answers to questions: 1. First visualize the data. What relationships are there between heights of children and
Using RStudio, please code the following and provide answers to questions:
1. First visualize the data. What relationships are there between heights of children and their parents? 2. Maybe it is sufficient just to predict the height of the child from the average height of his/her parents. To check this is reasonable, plot the height of the child against the average height of the parent. Then run the regression to predict the height of the child from the average height of both parents. 3. You should have found that height = 22.14 + 0.67 avgHeight. What does this imply about the heights in successive generations? Is it growing, shrinking, or staying the same over time? Hint: Start off with any value for the height of the parent, use it to calculate the predicted height of the child, then use that number as an input to calculate the predicted height of the childs child, etc. Repeat for a few generations. Then repeat this process with another value for the initial height and see if you get the same result.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
