powered by
Pairwise Chi-squared or Fisher test for 2-dimensional tables
pairwise.Table2.test(tbl, names=rownames(tbl), p.adjust.method="BH", exact=FALSE, ...)
Contingency table
Level names
See '?p.adjust'
Run exact test?
Arguments to test function
List with test outputs.
Pairwise Chi-squared or Fisher test for 2-dimensional tables. Alternatives: 'NCStats::chisqPostHoc()'; 'fifer::chisq.post.hoc()'.
# NOT RUN { titanic <- margin.table(Titanic, c(1, 4)) chisq.test(titanic) pairwise.Table2.test(titanic) # }
Run the code above in your browser using DataLab