Regression

For R:

Input the following into the script file and highlight all and hit run

Regress2 <-lm(v17~v18 , data=y)

summary(regress2)

I hypothesize that families with a higher level of enjoyment will be more involved with the activity. In other words, how much you enjoy an activity would influence your involvement in the activity.

For every one-unit increase in enjoyment, involvement increases 0.45973 units. Therefore, it appears that activity involvement is positively related to enjoyment. This finding is significant (p < .001). The R squared statistic is 0.348, meaning that this model explains 34.8% of the variation in the dependent variable.