Closed MansMeg closed 4 years ago
Add pdb to data_info and model_info objects and make get_data from di and stan_code() object not need pdb argument.
So essentially
stan_code(po)
and
mo <- model_info(po) stan_code(mo)
would be equivalent?
Yes.
Add pdb to data_info and model_info objects and make get_data from di and stan_code() object not need pdb argument.