twoway table of numeric data
1 2 3 4 5 6 7 8 9 10 11 | twoway_num(
data,
x,
group,
weight,
digit.m = 1,
digit.sd = 1,
cal.date = F,
test = "auto",
shapiro.p = 1e-04
)
|
data |
data frame |
x |
the numeric variable to be summarized |
group |
the variable which identifies treatment/comparison groups |
digit.m |
number of digits on mean estimates |
digit.sd |
number of digits for estimates of the standard deviation |
cal.date |
logical indicating that the x variable should be treated as a date. Will then show the mean value as an actual date. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.