Description Usage Arguments Value Author(s) See Also
View source: R/get.significant.groups.R
get.significant.groups
gets significant groups of means that are significantly different
from each others for a set of parameters based on MCMC outputs
1 | get.significant.groups(Mpvalue, MCMC, alpha = 0.05, p.adj = NULL)
|
Mpvalue |
Square matrix with the probability of having a common distribution for each pair of parameter. It comes from |
MCMC |
MCMC. It is a data frame. |
alpha |
The level of type one error. 0.05 (5%) by default |
p.adj |
NULL For no adjustement of the pvalue. "soft.bonf" for a soft bonferonni correction to take into account multiple comparisons (alpha / nb of parameters). |
The function returns a data frame of four columns and (nb of parameters) rows. Columns are parameters, mean, median and groups
Pierre Riviere
mean_comparisons.check_model_bh_intra_location
mean_comparisons.check_model_bh_GxE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.