knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

xgboost.surv

Lifecycle: maturing Travis build status Codecov test coverage

The goal of xgboost.surv is to provide a stable and intuitive workflow for analysis of censored outcomes using the popular xgboost package.

Installation

You can install the development version of xgboost.surv from GitHub with:

# install.packages("devtools")
devtools::install_github("bcjaeger/xgboost.surv")

Getting started

A detailed example showing how to get started with xgboost.surv can be found here



bcjaeger/xgboost.surv documentation built on Nov. 18, 2019, 6:43 a.m.