Package: ctreeMI 0.1.0
ctreeMI: Conditional Inference Trees with Stacked Multiple Imputation
Implements the stacked-imputation workflow for conditional inference trees ('ctree') described in Sherlock et al. (2026) <doi:10.1080/00273171.2026.2661244>. When data contain missing values, multiply imputed datasets (e.g., from 'mice') are stacked vertically and a single 'ctree' is fit on the combined data. To correct for the artificially inflated sample size introduced by stacking, the pruning significance threshold is divided by the number of imputations M (the Stack/M correction), producing a conservative but interpretable single tree that incorporates imputation uncertainty without requiring pooling of structurally different trees. Also exports stack_imputations() and rescale_alpha() as standalone utilities. The underlying 'ctree' algorithm is provided by 'partykit' (Hothorn & Zeileis, 2015; Hothorn, Hornik & Zeileis, 2006 <doi:10.1198/106186006X133933>).
Authors:
ctreeMI_0.1.0.tar.gz
ctreeMI_0.1.0.zip(r-4.7)ctreeMI_0.1.0.zip(r-4.6)ctreeMI_0.1.0.zip(r-4.5)
ctreeMI_0.1.0.tgz(r-4.6-any)ctreeMI_0.1.0.tgz(r-4.5-any)
ctreeMI_0.1.0.tar.gz(r-4.7-any)ctreeMI_0.1.0.tar.gz(r-4.6-any)
ctreeMI_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
ctreeMI/json (API)
| # Install 'ctreeMI' in R: |
| install.packages('ctreeMI', repos = c('https://phillip-sherlock.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/phillip-sherlock/ctreemi/issues
Last updated from:dd92494d86. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 133 | ||
| source / vignettes | OK | 207 | ||
| linux-release-x86_64 | OK | 134 | ||
| macos-release-arm64 | OK | 139 | ||
| macos-oldrel-arm64 | OK | 151 | ||
| windows-devel | OK | 90 | ||
| windows-release | OK | 65 | ||
| windows-oldrel | OK | 95 | ||
| wasm-release | OK | 125 |
Exports:ctree_stackedrescale_alphastack_imputations
Dependencies:backportsbitbit64bootbroomclicliprcodetoolscpp11crayondplyrforcatsforeachFormulagenericsglmnetgluehavenhmsinumiteratorsjomolatticelibcoinlifecyclelme4magrittrMASSMatrixmiceminqamitmlmvtnormnlmenloptrnnetnumDerivordinalpanpartykitpillarpkgconfigprettyunitsprogresspurrrR6rbibutilsRcppRcppEigenRdpackreadrreformulasrlangrpartshapestringistringrsurvivaltibbletidyrtidyselecttzdbucminfutf8vctrsvroomwithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Conditional Inference Trees with Stacked Multiple Imputation | ctreeMI-package ctreeMI |
| Conditional Inference Tree on Stacked Multiply Imputed Data | ctree_stacked |
| Print Method for ctreeMI Objects | print.ctreeMI |
| Rescale Significance Threshold for the Stack / M Correction | rescale_alpha |
| Stack Multiply Imputed Datasets | stack_imputations |
| Summary Method for ctreeMI Objects | summary.ctreeMI |
