bayespecon.dgp.simulate_panel_ols_re¶
-
bayespecon.dgp.simulate_panel_ols_re(*, err_hetero=
False, **kwargs)[source]¶ Simulate OLS random-effects panel style data.
- Parameters:¶
- Returns:¶
Simulation output with keys
y,X,unit,time,W_dense,W_graph, andparams_true.- Return type:¶
Notes
Uses the same DGP form as
simulate_panel_ols_fe()with unit effects sampled fromN(0, sigma_alpha^2).