Package: IFTPredictor 0.1.0
IFTPredictor: Predictions Using Item-Focused Tree Models
This function predicts item response probabilities and item responses using the item-focused tree (IFT) model. The IFT model combines logistic regression with recursive partitioning to detect Differential Item Functioning (DIF) in dichotomous items. The model applies partitioning rules to the data, splitting it into homogeneous subgroups, and uses logistic regression within each subgroup to explain the data. DIF detection is achieved by examining potential group differences in item response patterns. This method is useful for understanding how different covariates, such as demographic or psychological factors, influence item responses across subpopulations.
Authors:
IFTPredictor_0.1.0.tar.gz
IFTPredictor_0.1.0.zip(r-4.7)IFTPredictor_0.1.0.zip(r-4.6)IFTPredictor_0.1.0.zip(r-4.5)
IFTPredictor_0.1.0.tgz(r-4.6-any)IFTPredictor_0.1.0.tgz(r-4.5-any)
IFTPredictor_0.1.0.tar.gz(r-4.7-any)IFTPredictor_0.1.0.tar.gz(r-4.6-any)
IFTPredictor_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
IFTPredictor/json (API)
| # Install 'IFTPredictor' in R: |
| install.packages('IFTPredictor', repos = c('https://mudithabo.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mudithabo/iftpredictor/issues
- mydata - Example Dataset for DIFtree
Last updated from:120bf7f233. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 188 | ||
| source / vignettes | OK | 190 | ||
| linux-release-x86_64 | OK | 188 | ||
| macos-release-arm64 | OK | 155 | ||
| macos-oldrel-arm64 | OK | 119 | ||
| windows-devel | OK | 149 | ||
| windows-release | OK | 159 | ||
| windows-oldrel | OK | 158 | ||
| wasm-release | OK | 117 |
Exports:predict_item_responses
Dependencies:DIFtreegridBaselatticeMatrixpenalizedplotrixRcppRcppArmadillosurvivalVGAM
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Example Dataset for DIFtree | mydata |
| Predictions Using Item-Focused Tree Models | predict_item_responses |
