Learn R Programming

OpenRepGrid (version 0.1.14)

constructPcaLoadings: Extract loadings from PCA of constructs.

Description

Extract loadings from PCA of constructs.

Usage

constructPcaLoadings(x)

Value

A matrix containing the factor loadings.

Arguments

x

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

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