AnovaTable | R Documentation |
Creates a pretty formattable table for ANOVA/ANCOVA of a regression.
AnovaTable(anova, footer, title = "", subtitle = "", p.cutoff = 0.05)
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. |
This is based on code written by Kenton Russell.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.