traditionalanova | R Documentation |
Construct a analysis of variance table for multiple regression, highlighting the null hypothesis of no effect from any of the covariates. This table is common in statistical text books.
traditionalanova(object)
object |
A fit as created by lm. |
A matrix with three rows, corresponing to model, error and total, and five columns, representing sum of squares, degrees of freedom, mean squares, the F statistic, and the p-value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.