All the project proposals have been graded. Some overall observations and notes:
- If you did not receive full credit, you can resubmit for full credit. Try to do so in the next week.
- You need to focus on three variables,
x
,y
, andz
so you can run a regression of this form:y ~ x + z
. - For each variable include at least one figure.
- Include at least one visualization that combines all three of your variables.
- For the final project, please use proper grammar and punctionation.
- Explanatory variables are independent variables (i.e. right-hand-side of the equation), response variables are dependent variables (i.e. left-hand-side of the equation).
- For descriptive statistics, use the appropriate function.
- Qualitative variables:
table
andprop.table
. - Quantitative variables:
psych::describe
works best.summary
is good but does not include the standard deviation. - Quantitative and Qualitative variables:
psych::describeBy
- Qualitative variables: