| APM | R Documentation |
Aggregated Projection Method for Group Factor Model.
APM(
y,
rmax = 8,
r0 = NULL,
r = NULL,
localfactor = FALSE,
weight = TRUE,
method = "ic",
type = "IC3"
)
y |
A list of the observation data, each element is a data matrix of each group with dimension |
rmax |
The maximum factor numbers of all groups. Default is 8. |
r0 |
The number of global factors. Default is |
r |
The number of local factors in each group. Default is |
localfactor |
Logical. If |
weight |
The weight of each projection matrix.
If |
method |
The method used in the algorithm. Default is |
type |
The method used in estimating the factor numbers in each group initially. Default is |
An object of class "GFA" containing:
r0hat |
The estimated number of global factors. |
rhat |
The estimated number of local factors (if |
rho |
The first |
Ghat |
The estimated global factors. |
loading_G |
A list consisting of the estimated global factor loadings. |
Fhat |
The estimated local factors (if |
loading_F |
A list consisting of the estimated local factor loadings (if |
residual |
A list consisting of the residuals (if |
threshold |
The threshold used in determining the number of global factors (only for |
Aggregated Projection Method: A New Approach for Group Factor Model. Jiaqi Hu, Ting Li, Xueqin Wang (2025). Journal of the American Statistical Association, doi:10.1080/01621459.2025.2491154
## Not run:
dat <- GrFA::gendata()
APM(dat$y, rmax = 8, localfactor = TRUE, method = "ic")
APM(dat$y, rmax = 8, localfactor = TRUE, method = "gap")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.