Learn R Programming

ramps (version 0.6.18)

window: Subsetting of MCMC Sampler Results

Description

Post-processing function to subset the MCMC iterations in georamps or predict.ramps results.

Usage

# S3 method for ramps
window(x, iter, ...)

# S3 method for predict.ramps window(x, iter, ...)

Value

Subsetted object of the same class as the one supplied.

Arguments

x

object returned by georamps or predict.ramps.

iter

numerical vector specifying the MCMC iterations to subset.

...

some methods for this generic require additional arguments. None are used in this method.

Author

Brian Smith brian-j-smith@uiowa.edu

See Also

georamps predict.ramps

Examples

Run this code
## Exclude first five iterations of the georamps example results

if (FALSE) {
fit <- window(NURE.fit, iter = 6:25)
print(fit)
summary(fit)
}

Run the code above in your browser using DataLab