Description Usage Arguments Value Examples
Generate an in-text report of means and standard deviations
1 | report_msd(variable = NULL, format = "rmarkdown", inline = T)
|
variable |
variable to report descriptives for |
format |
How should the output be formatted? Available options are:
|
inline |
Should non-plain results be formatted for inline ( |
Mean and SD reported to two decimal places
1 2 | age <- rnorm(110, 21, 3.4)
report_msd(age)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.