Learn R Programming

dcce (version 0.4.2)

dcce_sim: Simulated Dynamic Panel Dataset

Description

A synthetic panel dataset generated from the dynamic common correlated effects DGP of Chudik and Pesaran (2015), equation (1). Generated with N = 30 cross-sectional units and T = 50 time periods. The true mean group parameters are: autoregressive coefficient 0.50, slope on x 1.00. Factor structure uses a single AR(1) common factor with persistence 0.60.

Usage

dcce_sim

Arguments

Format

A data frame with 1500 rows and 4 columns:

unit

Cross-sectional unit identifier (integer, 1--30)

time

Time period (integer, 1--50)

y

Simulated dependent variable

x

Simulated regressor (cross-sectionally dependent via common factor)

Details

The true parameter values are stored in the companion object dcce_sim_truth and can be used in tests to verify estimator consistency.

References

Chudik, A. and Pesaran, M. H. (2015). Common correlated effects estimation of heterogeneous dynamic panel data models with weakly exogenous regressors. Journal of Econometrics, 188(2), 393--420.

See Also

dcce_sim_truth for the true parameter values.