Package: icrf 2.0.2
icrf: Interval Censored Recursive Forests
Implements interval censored recursive forests (ICRF) based on Cho, Jewell, and Kosorok (2021+). ICRF is a variant of random forests where the outcome variable is interval censored survival data. It can be used for usual right censored data and current status data as well. A recursion technique is used to improve accuracy and smoothed survival curves are provided.
Authors:
icrf_2.0.2.tar.gz
icrf_2.0.2.zip(r-4.5)icrf_2.0.2.zip(r-4.4)icrf_2.0.2.zip(r-4.3)
icrf_2.0.2.tgz(r-4.4-x86_64)icrf_2.0.2.tgz(r-4.4-arm64)icrf_2.0.2.tgz(r-4.3-x86_64)icrf_2.0.2.tgz(r-4.3-arm64)
icrf_2.0.2.tar.gz(r-4.5-noble)icrf_2.0.2.tar.gz(r-4.4-noble)
icrf_2.0.2.tgz(r-4.4-emscripten)icrf_2.0.2.tgz(r-4.3-emscripten)
icrf.pdf |icrf.html✨
icrf/json (API)
NEWS
# Install 'icrf' in R: |
install.packages('icrf', repos = c('https://hunyong.r-universe.dev', 'https://cloud.r-project.org')) |
- rat2 - Rat tumor data
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 years agofrom:300ceee712. Checks:OK: 4 NOTE: 5. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win-x86_64 | NOTE | Nov 01 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 01 2024 |
R-4.4-win-x86_64 | NOTE | Nov 01 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 01 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 01 2024 |
R-4.3-win-x86_64 | OK | Nov 01 2024 |
R-4.3-mac-x86_64 | OK | Nov 01 2024 |
R-4.3-mac-aarch64 | OK | Nov 01 2024 |
Exports:getTreeicrfimportancemeasuresurvplottreesizevarImpPlotvarUsed
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Extract a single tree from an icrf object | getTree getTree.icrf |
Interval Censored Recursive Forests (ICRF) | icrf icrf.default icrf.formula print.icrf |
'Extract variable importance measure' | importance importance.default importance.icrf |
Prediction error measures | measure |
icrf IMSE rate plot | plot plot.icrf |
icrf predictions | predict.icrf |
Rat tumor data | rat2 |
'Plotting individual survival curves' | survplot |
Size of trees in an 'icrf' ensemble | treesize treesize.icrf |
'Variable Importance Plot' | varImpPlot varImpPlot.icrf |
'Variables used in' an 'icrf' ensemble | varUsed varUsed.icrf |