anova_reg | R Documentation |
Summarizes all effects in one.
anova_reg(lm.object)
lm.object |
an object of class |
Returns data.frame containing analysis of variance
Kristian Hovde Liland
anova_reg(lm(y~x, data=data.frame(y=1:4,x=rnorm(4))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.