getConstructScores {cSEM} | R Documentation |
Get construct scores
Description
Usage
getConstructScores(
.object = NULL,
.standardized = TRUE
)
Arguments
.object |
An R object of class cSEMResults resulting from a call to |
.standardized |
Logical. Should standardized scores be returned? Defaults
to |
Details
Get the standardized or unstandardized construct scores.
Value
A list of three with elements Construct_scores
, W_used
,
Indicators_used
.
See Also
[Package cSEM version 0.5.0 Index]