checkFrequency {PROsetta} | R Documentation |
checkFrequency
is a descriptive function to check whether all response categories in a frequency table have a frequency of at least 1.
checkFrequency(data)
data |
a |
If all response categories have a frequency of at least 1, the value is TRUE
.
Otherwise, the value is FALSE
.