Description Usage Arguments Details Value Author(s) References See Also Examples
This function provides a compact summary for fitted models.
1 2 |
object |
the fitted model. |
dig |
an optional integer detailing the number of significant digits for printing. |
... |
other arguments, retained for compatibility with generic method. |
The function prints out a summary and returns an invisible list with useful objects. The output is structured to match the print.summary.lm function.
call |
the call used to fit the model. |
coefficients |
a dataframe of estimates, standard errors, etc. |
residuals |
deviance residuals from the model. |
aliased |
included to match the print.summary.lm function. Lazily set to FALSE for all parameters. |
sigma |
the estimate of the conditional standard deviation of the response variable. |
Andrew Robinson and Joe Hilbe.
Hilbe, J.M., and Robinson, A.P. 2013. Methods of Statistical Model Estimation. Chapman & Hall / CRC.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.