summary.ramps {ramps} | R Documentation |
Posterior summaries of georamps
model parameters.
## S3 method for class 'ramps': summary(object, ...)
object |
object returned by georamps . |
... |
additional arguments to be passed to summary.mcmc . |
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.
Brian Smith brian-j-smith@uiowa.edu
## Posterior summaries for georamps example results ## Not run: summary(NURE.fit) ## End(Not run)