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]


markheckmann/OpenRepGrid documentation built on April 14, 2024, 8:15 a.m.