Package: aorsf
Title: Accelerated Oblique Random Survival Forests
Version: 0.1.1
Authors@R: c(
    person(given = "Byron",
           family = "Jaeger",
           role = c("aut", "cre"),
           email = "bjaeger@wakehealth.edu",
           comment = c(ORCID = "0000-0001-7399-2299")),
    person(given = "Nicholas",  
           family = "Pajewski", 
           role = "ctb"),
    person(given = "Sawyer",
           family = "Welden", 
           role = "ctb", 
           email = "swelden@wakehealth.edu"),
    person(given = "Christopher", 
           family = "Jackson",
           email = "chris.jackson@mrc-bsu.cam.ac.uk",
           role = "rev"),
    person(given = "Marvin", 
           family = "Wright",
           role = "rev"),
    person(given = "Lukas",
           family = "Burk",
           role = "rev")
    )
Description: Fit, interpret, and make predictions with oblique random survival forests. Oblique decision trees are notoriously slow compared to their axis based counterparts, but 'aorsf' runs as fast or faster than axis-based decision tree algorithms for right-censored time-to-event outcomes. Methods to accelerate and interpret the oblique random survival forest are described in Jaeger et al., (2023) <DOI:10.1080/10618600.2023.2231048>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp, data.table, utils, stats, collapse
URL: https://github.com/ropensci/aorsf,
        https://docs.ropensci.org/aorsf/
BugReports: https://github.com/ropensci/aorsf/issues/
Depends: R (>= 3.6)
Suggests: survival, SurvMetrics, ggplot2, testthat (>= 3.0.0), knitr,
        rmarkdown, glmnet, covr, units, tibble
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2023-10-26 00:49:41 UTC; byron
Author: Byron Jaeger [aut, cre] (<https://orcid.org/0000-0001-7399-2299>),
  Nicholas Pajewski [ctb],
  Sawyer Welden [ctb],
  Christopher Jackson [rev],
  Marvin Wright [rev],
  Lukas Burk [rev]
Maintainer: Byron Jaeger <bjaeger@wakehealth.edu>
Repository: CRAN
Date/Publication: 2023-10-26 16:40:06 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2023-12-21 02:50:43 UTC; unix
Archs: aorsf.so.dSYM
