The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Predictive Information Index (PII): Quantifying predictive utility of scores
The piiR
package provides tools for computing the
Predictive Information Index (PII), which evaluates how much
outcome-relevant information is retained in various types of scores
(e.g., sum scores, CFA scores, subscale scores) in predictive
models.
```r # Install from GitHub remotes::install_github(“TheotherDrWells/piiR”)
install.packages(“piiR”)
library(piiR)
set.seed(123) full <- rnorm(100) score <- full + rnorm(100, sd = 0.5)
pii(full, score, type = “rm”)
pii(full, score, type = “r2”)
📘 Learn More Vignette: vignette(“piiR_intro”)
Docs: CRAN page (once available)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.