constructPcaLoadings {OpenRepGrid}R 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]


[Package OpenRepGrid version 0.1.15 Index]