stat.info_chr | R Documentation |
This functions allows calculating descriptive statistics for test items that are not numerical. The measures include absolute and relative count data.
stat.info_chr(
data,
round = 2,
export = FALSE,
exportfile = "statexport"
)
data |
data input |
round |
Rounding value for the output values |
export |
TRUE if the data frame output should be exported as csv file |
exportfile |
Name of the output file if expert = TRUE |
stat.info_chr(data, round = 0, export = TRUE, exportfile = "TestA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.