View source: R/preanalysis_functions.r
runDescriptive | R Documentation |
runDescriptive
is a descriptive function for obtaining descriptive statistics for each item in the dataset.
runDescriptive(data = NULL)
data |
a |
runDescriptive
returns a data.frame
containing descriptive statistics (mean, standard deviation, median, ...) of the items in the dataset. These are calculated with describe
in 'psych' package.
out_desc <- runDescriptive(data_asq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.