cctfac {CCTpack} | R Documentation |
Accessor function for the factor coefficients after dat <- cctscree(dat)
has been run.
Description
Outputs a vector of the factor coefficients obtained from a principal components analysis of the respondent by respondent correlation matrix of the data.
Usage
cctfac(dat)
Arguments
dat |
The object as obtained from the |
Examples
data(hotcold)
dat <- cctscree(hotcold)
cctfac(dat)
[Package CCTpack version 1.5.2 Index]