diff --git a/DESCRIPTION b/DESCRIPTION index d2efc28..078e918 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: BHAM Type: Package Title: Bayesian Hierarchical Additive Model -Version: 0.1.0.9002 +Version: 0.2.0 Authors@R: c( person(given = "Boyi", family = "Guo", diff --git a/news.md b/news.md index 41aa6ba..52166a0 100644 --- a/news.md +++ b/news.md @@ -1,3 +1,13 @@ +# BHAM 0.2.0 +## 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` and `bamlasso(family="cox")` +* Add model tuning functions via `tune.bgam` and `cv.bgam` +* Add variable selection function for bamlasso models via `bamlasso_var_selection` + + # BHAM 0.1.0.9000 ## Start the Package * Implemented the Bayesian hierarchical additive model with EM-Iterative Weighted Least Squares and EM-Coordinate Descent algorithms