Question: round the following code to two decimal: Q6 % group_by(MARITAL) %>% summarise(mean_mental = mean(MENTHLTH)) %>% as.data.frame()
round the following code to two decimal: Q6 <- brf %>% group_by(MARITAL) %>% summarise(mean_mental = mean(MENTHLTH)) %>% as.data.frame()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
