Releases: boyiguo1/BHAM
Releases · boyiguo1/BHAM
Prepare for submission to JSS
Merge pull request #37 from boyiguo1/plot Implement Spline Plotting Funcitons (#31)
Modify model setup + Add Cox models
Model Change
- Add hierarchical enforcement to the bi-level selection by imposing a dependency to the non-linear components inclusion indicator prior
Implementation
- Add Cox Proportional hazard additive models via
bacoxph
andbamlasso(family="cox")
- Add model tuning functions via
tune.bgam
andcv.bgam
- Add variable selection function for bamlasso models via
bamlasso_var_selection