View source: R/print.multReg.R
print.multReg | R Documentation |
Prints the results of a multiple regression diagnostic analysis
(multReg
).
## S3 method for class 'multReg' print(x, digits = 3, ...)
x |
an object of class "multReg" from |
digits |
the number of significant digits to print numeric data. |
... |
not used for method, required for other methods. |
The object x
is returned invisibly.
The printed output contains the regression model call; a summary of the residuals; A table of the coefficients with their estiamtes, standard errors, t vlaues, and attained probability levels; the residual standard error; R-squared and F-statistical summaries; Model comparison statistics; if more than one explanatory variable a type II sum-of-squares analysis of variance table and variance inflation factors; and selected test criteria with observations that exceed one of more of the criteria.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.