owlStat | R Documentation |
owlStat
computes statistics for owl
. This is not meant to be
called directly.
owlStat(lov, env = parent.frame())
lov |
a list of vectors, responses by experimental groups. |
env |
an environment, to access outer scope variables. |
owlStat
returns a list with 5 components:
n |
the sample sizes. |
avg |
the mean responses. |
T |
the T statistic for global test. |
d.multi |
the differences in means for multiple comparisons. |
mad |
the maximum absolute differences in means. |
.
Ernst, M. D. (2004). Permutation Methods: A Basis for Exact Inference. Statistical Science, 19(4), 676–685. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1214/088342304000000396")}.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.