Package: MTLR 0.2.2
MTLR: Survival Prediction with Multi-Task Logistic Regression
An implementation of Multi-Task Logistic Regression (MTLR) for R. This package is based on the method proposed by Yu et al. (2011) which utilized MTLR for generating individual survival curves by learning feature weights which vary across time. This model was further extended to account for left and interval censored data.
Authors:
MTLR_0.2.2.tar.gz
MTLR_0.2.2.zip(r-4.5)MTLR_0.2.2.zip(r-4.4)MTLR_0.2.2.zip(r-4.3)
MTLR_0.2.2.tgz(r-4.4-x86_64)MTLR_0.2.2.tgz(r-4.4-arm64)MTLR_0.2.2.tgz(r-4.3-x86_64)MTLR_0.2.2.tgz(r-4.3-arm64)
MTLR_0.2.2.tar.gz(r-4.5-noble)MTLR_0.2.2.tar.gz(r-4.4-noble)
MTLR_0.2.2.tgz(r-4.4-emscripten)MTLR_0.2.2.tgz(r-4.3-emscripten)
MTLR.pdf |MTLR.html✨
MTLR/json (API)
NEWS
# Install 'MTLR' in R: |
install.packages('MTLR', repos = c('https://haiderstats.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/haiderstats/mtlr/issues
Last updated 4 years agofrom:a6f554c602. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win-x86_64 | OK | Oct 27 2024 |
R-4.5-linux-x86_64 | OK | Oct 27 2024 |
R-4.4-win-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-aarch64 | OK | Oct 27 2024 |
R-4.3-win-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-aarch64 | OK | Oct 27 2024 |
Exports:create_foldsmtlrmtlr_cvplotcurves
Dependencies:latticeMatrixRcppRcppArmadillosurvival
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create folds for cross-validation. | create_folds |
Train a Multi-Task Logistic Regression (MTLR) Model | mtlr |
MTLR Internal Cross-Validation for Selecting C1. | mtlr_cv |
Graphical Representation of Feature Weights | plot.mtlr |
Graphically Visualize MTLR Survival Curves | plotcurves |
Predictions for MTLR | predict.mtlr |
Printing an MTLR object. | print.mtlr |