APM | R Documentation |
Aggregated Projection Method
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. |
r0 |
the number of global factors, default is |
r |
the number of local factors in each group, default is |
localfactor |
if |
weight |
the weight of each projection matrix, default is |
method |
the method used in the algorithm, default is |
type |
the method used in estimating the factor numbers in each group initially, default is |
r0hat |
the estimated number of the global factors. |
rho |
the estimated number of the local factors. |
Ghat |
the estimated global factors. |
loading_G |
a list consisting of the estimated global factor loadings. |
Fhat |
the estimated local factors. |
loading_F |
a list consisting of the estimated local factor loadings. |
e |
a list consisting of the residuals. |
threshold |
the threshold used in determining the number of global factors, only for |
dat = gendata()
dat
APM(dat$y, rmax = 8, localfactor = TRUE, method = "ic")
APM(dat$y, rmax = 8, localfactor = TRUE, method = "gap")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.