View source: R/print.ancovaReg.R
print.ancovaReg | R Documentation |
Prints the results of a analysis of covariance (ancovaReg
).
## S3 method for class 'ancovaReg' print(x, digits = 3, ...)
x |
an object of class "ancovaReg" 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 ANOVA table for the orignal models, the regression summary for the final model, variance inflation factors for each explanatory variable in the final model, 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.