Description Usage Arguments Examples
Compiles a table with descriptive and inferential statistics to compare group characteristics, e.g. control variables of a treatment group and a control group.
1 2 |
.data |
a data frame |
iv |
name of the independent variable |
dvs |
names of the dependent variables |
funs |
character vector with function names indicating the parameters to
calculate (default: |
paired |
logical indicating whether you have paired data ( |
id |
name or character string indicating the subject identifier column
in |
sig |
logical indicating whether to show significance with symbols in the last column |
format |
character string indicating the output format, one of
|
... |
Further arguments passed to functions. If the independent variable
has two levels, then |
1 2 3 | stats_table(hquest, iv = group, dvs = age:sens_seek)
stats_table(hquest, iv = group, dvs = age:sens_seek, sig = TRUE,
format = "html", var.equal = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.