GCC {GrFA} | R Documentation |
Generalised Canonical Correlation
Description
Generalised Canonical Correlation
Usage
GCC(y, rmax = 8, r0 = NULL, r = NULL, type = "BIC3")
Arguments
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 |
type |
the method used in estimating the factor numbers in each group initially, default is |
Value
r0hat |
the estimated number of the global factors. |
rho |
the estimated number of the local factors. |
Ghat |
the estimated global factors. |
Fhat |
the estimated local factors. |
loading_G |
a list consisting of the estimated global factor loadings. |
loading_F |
a list consisting of the estimated local factor loadings. |
e |
a list consisting of the residuals. |
References
Lin, R., & Shin, Y. (2022). Generalised Canonical Correlation Estimation of the Multilevel Factor Model. Available at SSRN 4295429.
Examples
dat = gendata()
dat
GCC(dat$y)