The goal of MTLR is to provide an R implementation for Multi-Task
Logistic
Regression.
In addition to supplying the model provided by Yu et
al.
we have extended the model for left censoring, interval censoring, and a
mixture of censoring types. Functionality includes training an MTLR
model, predicting survival curves for new observations, and plotting
these survival curves and feature weights estimated by MTLR.
Installation
You can install the version from CRAN or the development version from
GitHub:
Given a survival dataset containing event time and event status
indicator (censored/uncensored), we can produce an MTLR model. For
example, consider the lung dataset from the survival package:
MTLR
The goal of
MTLRis to provide an R implementation for Multi-Task Logistic Regression. In addition to supplying the model provided by Yu et al. we have extended the model for left censoring, interval censoring, and a mixture of censoring types. Functionality includes training an MTLR model, predicting survival curves for new observations, and plotting these survival curves and feature weights estimated by MTLR.Installation
You can install the version from CRAN or the development version from GitHub:
Example
Given a survival dataset containing event time and event status indicator (censored/uncensored), we can produce an MTLR model. For example, consider the
lungdataset from thesurvivalpackage: