new_pairwise_tbl {supernova} | R Documentation |
Constructor for pairwise comparison tables
Description
Constructor for pairwise comparison tables
Usage
new_pairwise_tbl(tbl, term, fit, fwer, alpha, correction)
Arguments
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. |
Value
A tibble
sub-classed as pairwise_comparison_tbl
. These have custom printers and
retain their attributes when subsetted.
[Package supernova version 3.0.0 Index]