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

Validate the dynamic predictions #38

Open sambrilleman opened 7 years ago

sambrilleman commented 7 years ago

It is necessary to check the predictions for new individuals (or even the training data individuals) are correct.

As a first step, for the new individuals, I should fit the model twice -- once with them included, and once with them excluded (just for a couple of individuals) -- and compare the b pars, and the b_new pars, from the two fits. As well as the posterior_survfit predictions.