Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 832 Bytes

NEWS.md

File metadata and controls

28 lines (18 loc) · 832 Bytes

BayesSurvive (development version)

BayesSurvive 0.0.5

  • Allow function VS() for an input with a matrix or array or a list consisting of matrices/arrays

BayesSurvive 0.0.4

  • Add units tests
  • Rename the output of MPM coefficients in function coef.BayesSurvive()
  • Added cpp argument to BayesSurvive() to allow for faster computation using Rcpp
  • Added validation to some BayesSurvive() arguments
  • Allow function VS() for an input with a matrix or array or a list consisting of matrices/arrays

BayesSurvive 0.0.3

  • Add IPA in function predict.BayesSurvive()

BayesSurvive 0.0.2

  • Add vignette
  • Add function coef.BayesSurvive() to extract estimated coefficients and uncertainty
  • Add function VS() to determine variable selection
  • Fix documentation issues

BayesSurvive 0.0.1

  • First version