powered by
Principal Component Analysis for Factor Models
FA(X, r)
A list containing:
The estimated factor matrix.
The estimated loading matrix.
Input matrix, of dimension \(T\times N\). Each row is an observation with \(N\) features at time point \(t\).
A positive integer indicating the factor numbers.
Jiaqi Hu
# \donttest{ dat = gendata() FA(dat$Y, r = 3) # }
Run the code above in your browser using DataLab