Description Usage Arguments Author(s) Examples
This function computes the Wellek-Welch equivalence test for k-groups. This addresses the research question about equivalence for means among k independent groups. The Welch adjustment provides a robust correction for unequal vairances among the k groups.
1 2 3 4 | eq.1way.ww(dv, group, eps, alpha = 0.05)
## S3 method for class 'eq.1way.ww'
print(x, ...)
|
dv |
a numeric vector for the continous dependent variable |
group |
grouping variable that can be coerced to a |
eps |
numeric value defining the size of the equivalance interval |
alpha |
the appropriate alpha level |
x |
object of class |
... |
additional arguments |
Rob Cribbie cribbie@yorku.ca and Phil Chalmers rphilip.chalmers@gmail.com
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.