print.ancovaReg: Print Objects

View source: R/print.ancovaReg.R

print.ancovaRegR Documentation

Print Objects

Description

Prints the results of a analysis of covariance (ancovaReg).

Usage

## S3 method for class 'ancovaReg'
print(x, digits = 3, ...)

Arguments

x

an object of class "ancovaReg" from ancovaReg.

digits

the number of significant digits to print numeric data.

...

not used for method, required for other methods.

Value

The object x is returned invisibly.

Note

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.


USGS-R/smwrStats documentation built on Oct. 11, 2022, 6:15 a.m.