"bhm" is a R package for Biomarker Threshold Models. Please use the following steps to install 'bhm' package:
- First, you need to install the 'devtools' package. You can skip this step if you have 'devtools' inst alled in your R. Invoke R and then type
install.packages("devtools")
- Load the devtools package.
library(devtools)
- Install "bhm" package with R commond
install_github("statapps/bhm")
Version history,
-
version 1.00 is the initial version, with support for survial data only(2013)
version 1.01: minor bugs fix (2013-2015)
-
version 1.02 is a stable release for interacion. (2016)
-
version 1.03 is a developing verion for adding prognostic effects.
-
version 1.04 is final version of hbthm.
-
version 1.05 change name to bhm, adding profile likelihood method.
-
version 1.16 added continuous threshold model 'brm'.