View source: R/vcov_functions.R
| vcov_POET | R Documentation |
This function generates POET covariance estimates for the error terms.
vcov_POET(object, C = 1.5)
object |
An S3 object of class 'multi_result' created by [multilevel()]. |
C |
A positive constant in the adaptive threshold. |
An N \times N covariance matrix.
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")
Sigma_e_POET <- vcov_POET(est_multi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.