An S4 class to represent composite scores based on Mahalanobis distance
An S4 class to represent composite scores based on summing
An S4 class to represent composite scores based on (confirmatory) factor analysis
scores
A vector of the final scores
scoreHistogram
A histogram of the final scores
screePlot
A screeplot from the PCA
loadingGraph
A graph of the component loadings
loadingTable
A table of all the component loadings
pca
Prinicipal component analysis results. A list (coercied from princomp output).
ncomponents
The number of components of the PCA to be used.
CompositeReady
The original CompositeReady class object passed in
scores
A vector of the final scores
scoreHistogram
A histogram of the final scores
transform
A character string of the type of transformation applied
type
A character string indicating whether data were summed or averaged
trans
A list of functions to transform data and backtransform it
systems
A list with as many elements as there are systems where each element is a character vector containing the variable names for each system. If all variables belong to one system, a list with one element that is missing.
CompositeReady
The original CompositeReady class object passed in
scores
A vector of the final scores
scoreHistogram
A histogram of the final scores
factorScores
A data frame with all factor score predictions
type
A character string indicating the type of factor model used
factors
A list with as many elements as there are specific factors, where each element is a character vector of the variables for a specific factor
Fit
A fitted model object from lavaan.
CompositeReady
The original CompositeReady class object passed in