Learn R Programming

cSEM (version 0.3.1)

getConstructScores: Get construct scores

Description

stable

Usage

getConstructScores(
 .object        = NULL,
 .standardized  = TRUE
 )

Arguments

.object

An R object of class cSEMResults resulting from a call to csem().

.standardized

Logical. Should standardized scores be returned? Defaults to TRUE.

Value

A list of three with elements Construct_scores, W_used, Indicators_used.

Details

Get the standardized or unstandardized construct scores.

See Also

csem(), cSEMResults