new_pairwise_tbl | R Documentation |
Constructor for pairwise comparison tables
new_pairwise_tbl(tbl, term, fit, fwer, alpha, correction)
tbl |
A |
term |
The term the table describes. |
fit |
The linear model the term comes from. |
fwer |
The family-wise error-rate for the group of tests in the table. |
alpha |
The alpha to use when computing the family-wise error-rate. |
correction |
The type of alpha correction the tests in the table use. |
A tibble
sub-classed as pairwise_comparison_tbl
. These have custom printers and
retain their attributes when subsetted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.