AnovaTable: AnovaTable

View source: R/anovatable.R

AnovaTableR Documentation

AnovaTable

Description

Creates a pretty formattable table for ANOVA/ANCOVA of a regression.

Usage

AnovaTable(anova, footer, title = "", subtitle = "", p.cutoff = 0.05)

Arguments

anova

An Anova table of Regression.

footer

Text to place in the footer of the table.

title

The title for the table.

subtitle

Subtitle for the table.

p.cutoff

The alpha level used when formatting the p-value column.

References

This is based on code written by Kenton Russell.


NumbersInternational/flipFormat documentation built on Feb. 26, 2024, 5:36 a.m.