Learn R Programming

CCTpack (version 1.5.2)

cctfac: 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 dat <- cctscree(dat) function.

Examples

Run this code
# NOT RUN {
data(hotcold)
dat <- cctscree(hotcold)
cctfac(dat)
# }

Run the code above in your browser using DataLab