README.md

bhm: Biomarker Threhold Models

"bhm" is a R package for Biomarker Threshold Models. Please use the following steps to install 'bhm' package:

  1. 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")

  1. Load the devtools package.

library(devtools)

  1. Install "bhm" package with R commond

install_github("statapps/bhm")

Version history,

  1. version 1.00 is the initial version, with support for survial data only(2013)

version 1.01: minor bugs fix (2013-2015)

  1. version 1.02 is a stable release for interacion. (2016)

  2. version 1.03 is a developing verion for adding prognostic effects.

  3. version 1.04 is final version of hbthm.

  4. version 1.05 change name to bhm, adding profile likelihood method.

  5. version 1.16 added continuous threshold model 'brm'.



statapps/bhm documentation built on April 5, 2024, 3:31 a.m.