The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.
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.
Health stats visible at Monitor.