
Last chance! 50% off unlimited learning
Sale ends in
Test for k samples (k sample populations with unequal sized) from Feltz CJ, Miller GE (1996) An asymptotic test for the equality of coefficients of variation from k population. Stat Med 15:647<U+2013>658
asymptotic_test(x, y, seed)
a numeric vector containing individual measurement values
a vector of any type containing a grouping variable
optional, an integer that is the starting point used in the generation of a sequence of random numbers. Include a seed if you want reproducible output.
a list with the test statistic and p-value
# NOT RUN {
y <- unlist(lapply(letters[1:5], function(i) rep(i, 20)))
x <- rnorm(100)
asymptotic_test(x, y)
# }
Run the code above in your browser using DataLab