| pvarife_sim | R Documentation |
A synthetic panel dataset generated from the DGP of Tugan (2021), Section
S10, via sim_pvarife. Provided as a compact example dataset
for vignettes and function examples.
pvarife_sim
A list with the following components:
Numeric array of dimension 50 \times 30 \times 2
(50 units, 30 time periods, 2 variables).
True coefficient vector of length 6 (2 intercepts + 4 VAR lag coefficients).
True VAR coefficient array of dimension
2 \times 2 \times 1.
True reduced-form covariance matrix
2 \times 2.
True factor matrix of dimension
30 \times 1.
True factor loadings matrix of dimension
2 \times 50.
Generated with sim_pvarife(n_units = 50, n_time = 30, n_vars = 2,
n_lags = 1, n_factors = 1, seed = 42).
Simulated; see sim_pvarife.
Tugan, M. (2021). Panel VAR models with interactive fixed effects. Econometrics Journal, 24, 225–246. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1093/ectj/utaa021")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.