BlPC {DLEGFM} | R Documentation |
Loading Estimation for General Factor Model
Description
This function estimates the load and residual terms based on the general factor model and calculates the estimated values.
Usage
BlPC(data,m)
Arguments
data |
The data is total data set |
m |
The m is the number of first layer principal component |
Value
ABr |
estimation of load value |
ABc |
estimation of load value |
DBr |
estimation of error term |
DBc |
estimation of error term |
SigmaB1hat |
estimation of covariance |
SigmaB2hat |
estimation of covariance |
Author(s)
Guangbao Guo, Yaping Li
Examples
BlPC(data=ISE,m=3)
[Package DLEGFM version 0.4.0 Index]