print.multReg: Print Objects

View source: R/print.multReg.R

print.multRegR Documentation

Print Objects

Description

Prints the results of a multiple regression diagnostic analysis (multReg).

Usage

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

Arguments

x

an object of class "multReg" from multReg.

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 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.


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