Question: using r and dplyr Using the `brf_Q5` dataframe, create a 5 x 5 dataframe with the mean, median, standard deviation, and count of FRTDAY split
using r and dplyr
Using the `brf_Q5` dataframe, create a 5 x 5 dataframe with the mean, median, standard deviation, and count of FRTDAY split by the general health GENHLTH of the respondent. Store the result as `Q6.` Hint: The resulting 5 x 5 dataframe should look like this. The `[...]` is the name of the health variable. Be sure to match the column names. GENHLTH, Mean, Median, SD, Count. round to two decimal places
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
