powered by
Post-processing function to subset the MCMC iterations in georamps or predict.ramps results.
georamps
predict.ramps
# S3 method for ramps window(x, iter, ...) # S3 method for predict.ramps window(x, iter, ...)
# S3 method for predict.ramps window(x, iter, ...)
Subsetted object of the same class as the one supplied.
object returned by georamps or predict.ramps.
numerical vector specifying the MCMC iterations to subset.
some methods for this generic require additional arguments. None are used in this method.
Brian Smith brian-j-smith@uiowa.edu
georamps predict.ramps
## 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