Description Usage Arguments Details Value
Proceed to a variance analysis of the vector of data
x
associated with the vector of factors clusters
. It returns
a data.frame
containing the name of the groups
motif
, the group size number
, the group mean
mean
and standard deviation sd
, and the two-to-two
differences expressed in the form of letters group
.
1 | test_posthoc(x, clusters, pvalue = fpvalue())
|
x |
a numeric vector. |
clusters |
a vector of factors of |
pvalue |
a marginal p-value. |
The function test_posthoc()
uses Tukey method.
Different groups are sorted by decreasing means.
Letter rank increases with decreasing means.
Return a data.frame
containing
the name of the groups motif
,
the group size number
,
the group mean mean
and standard deviation sd
,
and the two-to-two differences expressed
in the form of letters group
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.