ruscios_A | R Documentation |
This function bootstraps confidence intervals for Ruscio's A effect size (2008). Code adapted from adapted from John Ruscio's original implementation of his metric: https://ruscio.pages.tcnj.edu/quantitative-methods-program-code/
ruscios_A( data, variable, group, value1 = 1, value2 = 0, adjust_ceiling = FALSE )
data |
data |
variable |
continuous variable |
group |
dichotomous group |
value1 |
assignment of group 1 |
value2 |
assignment of group 2 |
Ruscio's A.
ruscios_A(data = simulated_data, variable = "Score", group = "Condition", value1 = "B", value2 = "A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.