stat.info | R Documentation |
This functions allows calculating descriptive statistics for test items in vectors or data frames. These measures include the mean, median, standard deviation, sample size, minimum, and maximum of points achieved in the test.
stat.info(
data,
round = 2,
vector.name = "",
export = FALSE,
exportfile = "statexport"
)
data |
data input, either as data frame or vector |
round |
Rounding value for the output values |
vector.name |
If vector input: name of the test for the output description |
export |
TRUE if the data frame output should be exported as csv file |
exportfile |
Name of the output file if expert = TRUE |
stat.info(data, round = 3, export = TRUE, exportfile = "TestA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.