cvv_manual | R Documentation |
Calculates three different indices for variation between two or more variance estimates. VR = Variance ratio between the largest and the smallest variance. CVV = Coefficient of variance variation (Box, 1954). SVH = Standardized variance heterogeneity (Ruscio & Roche, 2012).
cvv_manual(sample_sizes, variances)
sample_sizes |
Numeric vector of length > 1. Sample sizes used for each variance estimate. |
variances |
Numeric vector of length > 1. Variance estimates. |
A vector including VR, CVV, and SVH.
Box, G. E. P. (1954). Some Theorems on Quadratic Forms Applied in the Study of Analysis of Variance Problems, I. Effect of Inequality of Variance in the One-Way Classification. The Annals of Mathematical Statistics, 25(2), 290–302.
Ruscio, J., & Roche, B. (2012). Variance Heterogeneity in Published Psychological Research: A Review and a New Index. Methodology, 8(1), 1–11. https://doi.org/10.1027/1614-2241/a000034
cvv_manual(sample_sizes=c(10,100,1000,75,3),
variances=c(1.5,2,2.5,3,3.5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.