View source: R/vcov_functions.R
| vcov_global_comp | R Documentation |
This function generates the variance estimates of the
global component for the j-th individual in block i at time t.
vcov_global_comp(object, i, j, t)
object |
An S3 object of class 'multi_result' created by multilevel(). |
i |
An integer indicating the |
j |
An integer indicating the |
t |
An integer indicating the time. |
The variance of the global component.
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")
vcov_global_comp_ijt <- vcov_global_comp(est_multi, i = 1, j = 1, t = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.