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
id
A vector. Contains the ID variable (if declared by the user) or NAs (if not).
n.obs
An integer. Number of observations (responses) in the data set.
n.vars
An integer. Number of variables (excluding the ID variable, if declared).
options
A list. Contains diverse options set by the user.
percentile
An integer. If the rp.select() function is used to select a subsample, this keeps the information about the chosen percentile. Defaults to zero.
data
A data frame. Stores the data.
coefficients
A data frame. Stores the intermediate products of the analysis.
indices
A data frame. Stores the final products of the analysis.
[Package responsePatterns version 0.1.1 Index]