loadStats: Summary Statistics

Description Usage Arguments Value See Also Examples

View source: R/loadStats.R

Description

Compute some summary statistics for a rating-curve load-estimation model.

Usage

1
loadStats(fit, which = "load")

Arguments

fit

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

which

a character string indicating the "load" or "concentration" model.

Value

A list containing outSum, selected summary statistics; of the observed and estimated values and outBias, the bias statistics.

See Also

loadReg

Examples

1
2
3
4
5
6
# From application 1 in the vignettes
data(app1.calib)
app1.lr <- loadReg(Phosphorus ~ model(1), data = app1.calib, 
 flow = "FLOW", dates = "DATES", conc.units="mg/L",
 station="Illinois River at Marseilles, Ill.")
loadStats(app1.lr)

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