View source: R/bootstrap_functions.R
AsymCI_local_loading | R Documentation |
This function computes the asymptotic confidence intervals
for the local loadings for the j
-th individual in block i
.
See Lin and Shin (2023) for details.
AsymCI_local_loading(object, i, j, alpha = 0.05)
object |
An S3 object of class 'multi_result' created by multilevel(). |
i |
An integer indicating the |
j |
An integer indicating the |
alpha |
The significance level, a single numeric between 0 and 1. 0.05 by default. |
A matrix containing the upper and lower band.
Lin, R. and Shin, Y., 2022. Generalised Canonical Correlation Estimation of the Multilevel Factor Model. Available at SSRN 4295429.
panel <- UKhouse # load the data
est_multi <- multilevel(panel, ic = "BIC3", standarise = TRUE, r_max = 5,
depvar_header = "dlPrice", i_header = "Region",
j_header = "LPA_Type", t_header = "Date")
bs_local_loading_11 <- AsymCI_local_loading(est_multi, i = 1, j = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.