pairwiseTable: pairwiseTable

Description Usage Arguments Examples

Description

pairwiseTable provides a table explicating all pairwise comparisons made, along with their pairwise number found in the multGroup function.

Usage

1
2
pairwiseTable(levels, printOutput = FALSE,
  documentName = "PairwiseTable.doc")

Arguments

levels

A Vector of levels to use for the pairwise table

printOutput

If TRUE, pairwise table will be printed to a word document

documentName

If printOutput==T, the name of the output word document

Examples

1
2
levels<-c("White", "Black", "Other")
pairwiseTable(levels)

TaylorAndrew/atPostAnalyze documentation built on May 9, 2019, 4:23 p.m.