Description Usage Arguments Value Examples
Summarize fit for linear regression models
1 | summarylm2(output)
|
output |
return of of lm2. |
a list that contains the following values: call, residuals, coefficients, sigma, df, r.squared, adj.r.squared, fstatistic, cov.unscaled, F.pval
1 2 3 4 5 | lm2output<-lm2(formula = quality ~ free.sulfur.dioxide:pH + pH, data = wine)
summarylm2(lm2output)
example <- summarylm2(lm2output)
example$sigma
example$coefficients
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.