stan-dev / posteriordb

Database with posteriors of interest for Bayesian inference
181 stars 36 forks source link

Add pdb to objects for simple handling #105

Closed MansMeg closed 4 years ago

MansMeg commented 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.

eerolinna commented 4 years ago

So essentially

stan_code(po)

and

mo <- model_info(po)
stan_code(mo)

would be equivalent?

MansMeg commented 4 years ago

Yes.