The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The goal of GCCfactor is to implement estimation, model selection, and inference, as developed in “Generalised canonical correlation estimation of the multilevel factor model”.
If you encounter a bug, please file an issue on the GitHub Issues page.
You can install the development version of GCCfactor from GitHub with:
# install.packages("pak")
pak::pak("rl1081/GCCfactor")or install from CRAN:
install.packages("GCCfactor")library(GCCfactor)
panel <- UKhouse
est_multi <- multilevel(panel, ic = "BIC3", standarise = TRUE, r_max = 5,
overestimate = TRUE, depvar_header = "dlPrice",
i_header = "Region", j_header = "LPA_Type", t_header = "Date")These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.