window {ramps} | R Documentation |
Subsetting of MCMC Sampler Results
Description
Post-processing function to subset the MCMC iterations in georamps
or predict.ramps
results.
Usage
## S3 method for class 'ramps'
window(x, iter, ...)
## S3 method for class 'predict.ramps'
window(x, iter, ...)
Arguments
x |
object returned by |
iter |
numerical vector specifying the MCMC iterations to subset. |
... |
some methods for this generic require additional arguments. None are used in this method. |
Value
Subsetted object of the same class as the one supplied.
Author(s)
Brian Smith brian-j-smith@uiowa.edu
See Also
Examples
## Exclude first five iterations of the georamps example results
## Not run:
fit <- window(NURE.fit, iter = 6:25)
print(fit)
summary(fit)
## End(Not run)
[Package ramps version 0.6.18 Index]