constructPcaLoadings: Extract loadings from PCA of constructs.

View source: R/calc.r

constructPcaLoadingsR Documentation

Extract loadings from PCA of constructs.

Description

Extract loadings from PCA of constructs.

Usage

constructPcaLoadings(x)

Arguments

x

repgrid object. This object is returned by the function constructPca.

Value

A matrix containing the factor loadings.

Examples

 
 p <- constructPca(bell2010)
 l <- constructPcaLoadings(p)
 l[1, ]
 l[, 1]
 l[1,1]
 

OpenRepGrid documentation built on May 31, 2023, 5:33 p.m.