print.loadReg: Print Results

Description Usage Arguments Value Note References See Also

View source: R/print.loadReg.R

Description

Print the results of an load rating-curve regression.

Usage

1
2
3
## S3 method for class 'loadReg'
print(x, digits = 4, brief = TRUE, load.only = brief,
  ...)

Arguments

x

an object of class "loadReg"—output from loadReg.

digits

the number of significant digits to print.

brief

print the brief output? See Note.

load.only

print only the load model and not concentration model results.

...

further arguments passed to or from other methods.

Value

The object x is returned invisibly.

Note

The printed output replicates the output described in Runkel (2004) and includes a short section summarizing the data, the load model and coefficients, regression statistics, and comparison of observed and estimated loads. If load.only is set to FALSE, then similar output is generated for the concetration model. If brief is FALSE, then additional descriptions of selected sections of the output are produced.

If the estimation method is "MLE," then the estimated loads used in the comparison to observed loads are approximate becuase they are estimated using MLE, rather than AMLE, wihch is used for predLoad and predConc. The bias is very small when the residual varaince is less than 0.5, but can be large when the residual variance is greater than 1.

References

Runkel, R.L., Crawford, C.G., and Cohn, T.A., 2004, Load estimator (LOADEST): A FORTRAN program for estimating constituent loads in streams and rivers: U.S. Geological Survey Techniques and Methods book 4, chap. A5, 69 p.

See Also

loadReg


USGS-R/rloadest documentation built on Oct. 2, 2020, 5:21 a.m.