cSEM (version 0.2.0)

getConstructScores: Get construct scores

Description

Get the standardized or unstandardized construct scores.

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 matrix of construct scores.

See Also

csem(), cSEMResults