checkFrequency {PROsetta}R Documentation

Check frequency table for unobserved response categories

Description

checkFrequency is a descriptive function to check whether all response categories in a frequency table have a frequency of at least 1.

Usage

checkFrequency(data)

Arguments

data

a PROsetta_data object. See loadData for loading a dataset.

Value

If all response categories have a frequency of at least 1, the value is TRUE.

Otherwise, the value is FALSE.


[Package PROsetta version 0.3.5 Index]