summary.mreg | R Documentation |
@description Similar to summary.glm
, it prints the coefficients,
standard errors, Wald tests, residuals (if available) and dispersion from
an mreg
object.
## S3 method for class 'mreg' summary( object, digits = max(3, getOption("digits") - 3), symbolic.cor = object$symbolic.cor, signif.stars = getOption("show.signif.stars"), ... )
object |
An |
digits |
the number of significant digits to use when printing. |
symbolic.cor |
logical. If |
signif.stars |
logical. If |
... |
further arguments passed to or from other methods. |
prints to output a description of the fitted model.
mreg
print.mreg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.