factor_extract: Extracts first k principal components from t x n matrix data,...

Description Usage Arguments Value

View source: R/favar.R

Description

Extracts first k principal components from t x n matrix data, loadings are normalized so that lam'lam/n=I, fac is t x k, lam is n x k

Usage

1
factor_extract(factordata, no_factors = 2)

Arguments

.data

data from which the factors should be extracted

nfactors

number of factors that are going to be extracted

Value

matrix with the extracted factors


kvasilopoulos/abvar documentation built on April 27, 2021, 6:38 a.m.