Learn R Programming

ramps (version 0.6.18)

summary.ramps: Posterior Summaries of georamps Model Fits

Description

Posterior summaries of georamps model parameters.

Usage

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

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.

Arguments

object

object returned by georamps.

...

additional arguments to be passed to summary.mcmc.

Author

Brian Smith brian-j-smith@uiowa.edu

See Also

georamps summary.mcmc

Examples

Run this code
## Posterior summaries for georamps example results

if (FALSE) {
summary(NURE.fit)
}

Run the code above in your browser using DataLab