Question: using r and dplyr with the `brf_Q7` dataframe create a regression predicting general health (GENHLTH) based on both number of fruits consumed per day (FRTDAY)
using r and dplyr
with the `brf_Q7` dataframe create a regression predicting general health (GENHLTH) based on both number of fruits consumed per day (FRTDAY) and the length of time since last checkup(CHECKUP1) (in that order). Store the summary of the standardized regression coefficients in `Q8.` places Hint: Keep in mind what type of data each variable is and how we do regression with that type of data. each data is a dbl variable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
