stan-dev / posteriordb

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

Create constructors for all objects #123

Closed MansMeg closed 4 years ago

MansMeg commented 4 years ago

Model code, info, data, data info, rpd, rp info, rpe, posterior

Check stan code syntx automatically with the constructors

eerolinna commented 4 years ago

Check stan code syntx automatically with the constructors

What does this mean?

MansMeg commented 4 years ago

We can use the stanc function in rstan to automatically check the stan code for syntax errors before they are constructed as stan code objects in R. This is mainly used to add new stan code to the db.

eerolinna commented 4 years ago

Sounds good, thanks for the clarification!

MansMeg commented 4 years ago

Now fixed.