report_msd: Generate an in-text report of means and standard deviations

Description Usage Arguments Value Examples

Description

Generate an in-text report of means and standard deviations

Usage

1
report_msd(variable = NULL, format = "rmarkdown", inline = T)

Arguments

variable

variable to report descriptives for

format

How should the output be formatted? Available options are: "plain", "latex", "rmarkdown"

inline

Should non-plain results be formatted for inline (TRUE) or for copy-pasting (FALSE)? (default is TRUE)

Value

Mean and SD reported to two decimal places

Examples

1
2
age <- rnorm(110, 21, 3.4)
report_msd(age)

durkeepk/report documentation built on May 8, 2019, 11:55 a.m.