The rank-correlation non-overlap effect size, \(\tau = 2\,\mathrm{NAP} - 1\)
(Parker et al. 2011), with the SE and interval derived from scedNAP().
Usage
scedTau(
A_data,
B_data = NULL,
improvement = c("increase", "decrease"),
confidence = 0.95
)Arguments
- A_data, B_data
Numeric baseline (A) and intervention (B) observations, or pass a data.frame to the phase orchestrator
scedABAB().- improvement
"increase"(default) if higher scores are better, or"decrease"if lower scores are the therapeutic goal.- confidence
Confidence level for the interval (default 0.95).