Skip to content

hdnom 6.2.0

Choose a tag to compare

@nanxstats nanxstats released this 28 Jul 03:30
· 1 commit to master since this release
c21297c

Improvements

  • Updated selected code examples to use rule = "lambda.min" where glmnet 5.0 could otherwise select a null Cox model with rule = "lambda.1se" (#24).
  • Added a cox.ties argument to glmnet-based Cox model fitting helpers, including fit_lasso(), and forwarded it to the underlying cv.glmnet() and glmnet() calls. The default remains "breslow" to lock in current behavior and silence the glmnet tie-handling migration warning, while "efron" is available for users who want to opt in (#25).