| ResponsePatterns-class {responsePatterns} | R Documentation |
An S4 class to represent the results of response patterns analysis.
Description
An S4 class to represent the results of response patterns analysis.
Slots
idA vector. Contains the ID variable (if declared by the user) or NAs (if not).
n.obsAn integer. Number of observations (responses) in the data set.
n.varsAn integer. Number of variables (excluding the ID variable, if declared).
optionsA list. Contains diverse options set by the user.
percentileAn integer. If the rp.select() function is used to select a subsample, this keeps the information about the chosen percentile. Defaults to zero.
dataA data frame. Stores the data.
coefficientsA data frame. Stores the intermediate products of the analysis.
indicesA data frame. Stores the final products of the analysis.
[Package responsePatterns version 0.1.1 Index]