Skip to content

Commit

Permalink
Update to Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boyiguo1 committed Feb 18, 2022
1 parent 96d3c8b commit f775cd0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions news.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f775cd0

Please sign in to comment.