HierarchicalLaunchITS.build_model#
- HierarchicalLaunchITS.build_model(X, y, coords)[source]#
Define the hierarchical PyMC model.
- Parameters:
X (
DataArray) – Standardized covariate design; see the class docstring.y (
DataArray) – Outcome data; see the class docstring.coords (
dict[str,Any] |None) – Coordinate names for the model’s named dimensions. Must include aunitentry (and anevent_binentry for the event-study / placebo variants).
- Return type:
None