View source: R/preanalysis_functions.r
runFrequency | R Documentation |
runFrequency
is a descriptive function for obtaining a frequency table from the dataset.
runFrequency(data, check_frequency = TRUE)
data |
a |
check_frequency |
if |
runFrequency
returns a data.frame
containing the frequency table.
freq_asq <- runFrequency(data_asq)
freq_dep <- runFrequency(data_dep)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.