Package: MTLR Type: Package Title: Survival Prediction with Multi-Task Logistic Regression Version: 0.2.2 Authors@R: person(given = "Humza", family = "Haider", role = c("aut", "cre"), email = "humzahaider0@gmail.com") URL: https://github.com/haiderstats/MTLR BugReports: https://github.com/haiderstats/MTLR/issues Description: 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. License: GPL-2 | file LICENSE Encoding: UTF-8 Imports: Rcpp (>= 0.12.18), survival (>= 3.0.0), rlang Suggests: ggplot2 (>= 3.4.0), reshape2 (>= 1.4.3), testthat, vdiffr (>= 0.3.0), covr, knitr, rmarkdown Depends: R (>= 3.4.0) LinkingTo: Rcpp, RcppArmadillo VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Repository: https://haiderstats.r-universe.dev Date/Publication: 2026-05-13 22:21:31 UTC RemoteUrl: https://github.com/haiderstats/mtlr RemoteRef: HEAD RemoteSha: f03010cd407c19a2c1a30c2a50d76d939f023e91 NeedsCompilation: yes Packaged: 2026-06-12 06:25:08 UTC; root Author: Humza Haider [aut, cre] Maintainer: Humza Haider