graemeleehickey / joineRML

R package for fitting joint models to time-to-event data and multivariate longitudinal data
GNU General Public License v3.0
30 stars 11 forks source link

Added option for error-safe bootstrapping #57

Closed ellessenne closed 7 years ago

ellessenne commented 7 years ago

Hi! I was getting some errors computing boostrapped standard errors using bootSE() (I guess from "bad" boostrap samples), hence I added the option to catch errors using tryCatch() and repeating a bootstrap iteration until a model fits (with or without converging) with no errors.

Alessandro

graemeleehickey commented 7 years ago

Hi. All updated now with you corrections. Going to submit updated version to CRAN once WinBuild er confirms there are no issues. Have added you as a package contribution to the DESCRIPTION. Thanks for all your hard work and the testing you have clearly done -- greatly appreciated! Graeme.