Learn R Programming

bdrc (version 1.1.0)

summary.plm0: Summary method for discharge rating curves

Description

Summarize a discharge rating curve model object

Usage

# S3 method for plm0
summary(object, ...)

# S3 method for plm summary(object, ...)

# S3 method for gplm0 summary(object, ...)

# S3 method for gplm summary(object, ...)

Arguments

object

an object of class "plm0", "plm", "gplm0" or "gplm".

...

Not used for this function

Functions

  • summary(plm0): Summary method for plm0

  • summary(plm): Summary method for plm

  • summary(gplm0): Summary method for gplm0

  • summary(gplm): Summary method for gplm

See Also

plm0, plm, gplm0 and gplm for fitting a discharge rating curve. It is also useful to look at plot.plm0, plot.plm, plot.gplm0 and plot.gplm to help visualize all aspects of the fitted discharge rating curve. Additionally, spread_draws and spread_draws help working directly with the MCMC samples.

Examples

Run this code
# \donttest{
data(krokfors)
set.seed(1)
plm0.fit <- plm0(formula=Q~W,data=krokfors,num_cores=2)
summary(plm0.fit)
# }

Run the code above in your browser using DataLab