ssmodel: Simple Anova Table

Description Usage Arguments Value Examples

View source: R/LR_func.R

Description

Compute analysis of variance (or deviance) tables for a single fitted model objects returned by linearRegression function.

Usage

1
ssmodel(model)

Arguments

model

A list object returned by linearRegression.

Value

A list of the three sum of squares: Residual sum of square, Regression sum of square, and total sum of square.

Examples

1
2
mt <- mtcars
ssmodel(linearRegression(mt, "mpg", "cyl", TRUE))

AmIACommonGuy/MLRnewbie documentation built on Dec. 17, 2021, 8:44 a.m.