mean_sd_tab | R Documentation |
Simple Mean and SD Summary
mean_sd_tab(data, vars, wt)
data |
A data.frame. |
vars |
<tidy-select> The names of the numeric variables to compute means and sds with. |
wt |
The name of the weight variable, if needed. |
A data.frame.
mean_sd_tab(mtcars, 1:7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.