Learn R Programming

OpenRepGrid (version 0.1.9)

constructPcaLoadings: 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

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

Run the code above in your browser using DataLab