sambrilleman / rstanarm

rstanarm R package for Bayesian applied regression modeling
http://mc-stan.org/interfaces/rstanarm.html
GNU General Public License v3.0
0 stars 1 forks source link

Feature use inst chunks #26

Closed sambrilleman closed 7 years ago

sambrilleman commented 7 years ago

Have made significant changes to jm.stan, so that it uses inst/chunks now, rather than a single .stan file.

The aim is to also move the majority of stan_jm.R to a stan_jm.fit.R workhorse function, and then create three wrappers:

stan_mvmer.R stan_survtd.R stan_jm.R

with each having an associated .stan file based on the new chunks.