How to pass a coordinate to inference data

68 Views Asked by At

I've been skimming through Arviz documentation and came across 8 school inference data.

import arviz as az
idata = az.load_arviz_data("centered_eight")

Inference data object also includes school coordinate. How can I do that with my bambi models? I always have a dimension column that looks like ..._dim_.... Thanks!

enter image description here

0

There are 0 best solutions below