new_pairwise_tbl: Constructor for pairwise comparison tables

View source: R/pairwise.R

new_pairwise_tblR 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 tibble-like object.

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.


supernova documentation built on Nov. 5, 2023, 1:09 a.m.