powered by
Extract loadings from PCA of constructs.
constructPcaLoadings(x)
repgrid object. This object is returned by the function constructPca.
repgrid
constructPca
A matrix containing the factor loadings.
# NOT RUN { p <- constructPca(bell2010) l <- constructPcaLoadings(p) l[1, ] l[, 1] l[1,1] # }
Run the code above in your browser using DataLab