summary.ramps: Posterior Summaries of georamps Model Fits

View source: R/georamps.R

summary.rampsR Documentation

Posterior Summaries of georamps Model Fits

Description

Posterior summaries of georamps model parameters.

Usage

   ## S3 method for class 'ramps'
summary(object, ...)

Arguments

object

object returned by georamps.

...

additional arguments to be passed to summary.mcmc.

Value

Two sets of summary statistics for each model parameter. Sample mean, standard deviation, naive standard error of the mean, and time-series-based standard error are included in the first set. Quantiles are included in the second.

Author(s)

Brian Smith brian-j-smith@uiowa.edu

See Also

georamps summary.mcmc

Examples

## Posterior summaries for georamps example results

## Not run: 
summary(NURE.fit)

## End(Not run)

ramps documentation built on March 31, 2023, 9:08 p.m.

Related to summary.ramps in ramps...