drizopoulos / JMbayes2

Extended Joint Models for Longitudinal and Survival Data
https://drizopoulos.github.io/JMbayes2/
78 stars 22 forks source link

jm iteration progress bar #18

Closed harryparr closed 2 years ago

harryparr commented 2 years ago

Is there scope to add a progress bar on the fitting of jm, as there was within JMbayes::jointModelBayes(..., control=list(verbose=TRUE)), or a way to do this on the fly or see/print how many MCMC iterations have been performed at periodic intervals?

Thanks, Harry

drizopoulos commented 2 years ago

We will need to look into that because the MCMC iterations are done in C++ and in parallel. Hence, it is not that straightforward.