Description Usage Arguments Value Examples
Compute analysis of variance (or deviance) tables for a single fitted model objects returned by linearRegression function.
1 | ssmodel(model)
|
model |
A list object returned by linearRegression. |
A list of the three sum of squares: Residual sum of square, Regression sum of square, and total sum of square.
1 2 | mt <- mtcars
ssmodel(linearRegression(mt, "mpg", "cyl", TRUE))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.