bayespecon.dgp.simulate_panel_sar_re¶
-
bayespecon.dgp.simulate_panel_sar_re(*, err_hetero=
False, **kwargs)[source]¶ Simulate SAR 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_sar_fe()with unit effects.