Learn R Programming

mixlm (version 1.2.6)

anova_reg: Analysis of variance for regression.

Description

Summarizes all effects in one.

Usage

anova_reg(lm.object)

Arguments

lm.object

an object of class lm.

Value

Returns data.frame containing analysis of variance

Examples

Run this code
# NOT RUN {
anova_reg(lm(y~x, data=data.frame(y=1:4,x=rnorm(4))))
# }

Run the code above in your browser using DataLab