Question: does this code now makes sense? Q14_descriptive_stats group_by(CVDINFR4) |> summarise( Mean = round(mean(CHOLCHK3_numeric, na.rm = TRUE), 2), Median = round(median(CHOLCHK3_numeric, na.rm = TRUE), 2), SD
does this code now makes sense? Q14_descriptive_stats group_by(CVDINFR4) |> summarise( Mean = round(mean(CHOLCHK3_numeric, na.rm = TRUE), 2), Median = round(median(CHOLCHK3_numeric, na.rm = TRUE), 2), SD = round(sd(CHOLCHK3_numeric, na.rm = TRUE), 2), Count = n() ) |> as.data.frame()
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
