Description Usage Arguments Details Value See Also
Assign treatment groups based on pairwise t-tests.
1 | get_groups(ptt.rslt, alpha = 0.05, rm.subset = FALSE)
|
ptt.rslt |
Result from the stats function pairwise.t.test. |
alpha |
Confidence level. |
rm.subset |
A logical; remove group subsets if true. |
This function aids in making letter assignments as to which treatments are significantly different. Also returns a square matrix of alpha values for all pairwise differences. This square matrix can serve as input to the multcompLetters function of the multcompView package which provides letter assignments. If rm.subset is FALSE, then groups such as A,B and A, B, C may be reported. This is redundant in the sense the A, B is a subset of A, B, C. In this case if rm.subset is FALSE, the grop A, B is not reported.
A list consisting of groups of treatment groups that are not significantly differnet and a matrix of p values.
make_letter_assignments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.