- Enable both conditional MH sampling and Carlin-Chib augmented MH for BVS
- Add testthat
- Add pilot run for choosing Carlin-Chib pseudo-priors in main R function
GPTCM() - Improve numerical stability by bounding linear predictors as exponents
- back to version with
arma::find(datEvent)due to some introduced bugs usingeventIndex = arma::find(datEvent)
- Separate MCMC loop for
BVS = FALSEto speed up the running without variable selection
- Fix CRAN check warnings
- Update the M-H sampling for variable selection by using the Carlin-Chib approach (Carlin and Chib, 1995; JRSSB)
- Clean up C++ functions
- Remove redundant variables
logPosteriorZetaandlogPosteriorBetain cpp files - Remove partial likelihood
loglikelihood0(), and always use joint likelihood - Remove useless func
arms_simple() - Pass more references and using more
constkeyword in functions - Update
simData()by changing xi0 to simulate survival data with censoring rate 0.2 - Use
openmpto parallelize some for-loop - Update vignette
- Update simulation examples in vignette due to the change of
mvnfast::rmvn() - Convert line endings in
configure.acto LF - Improve help documentation
- Update function
simData()for any number of clusters - Simplify
BVS.cpp
- First CRAN version