runFrequency {PROsetta} | R Documentation |
Obtain a frequency table
Description
runFrequency
is a descriptive function for obtaining a frequency table from the dataset.
Usage
runFrequency(data, check_frequency = TRUE)
Arguments
data |
a |
check_frequency |
if |
Value
runFrequency
returns a data.frame
containing the frequency table.
Examples
freq_asq <- runFrequency(data_asq)
freq_dep <- runFrequency(data_dep)
[Package PROsetta version 0.4.1 Index]