ResponsePatterns-class | R Documentation |
An S4 class to represent the results of response patterns analysis.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.