coprecip.predict {telefit} | R Documentation |
Sample composition sampling output for the RESP model
Description
An example stPredict object containing predictions from a short run of the MCMC composition sampler. The output also contains teleconnection estimates.
Usage
coprecip.predict
Format
An stPredict object, which is a list of several objects
- pred
A list containing summaries of posterior predictions
- samples
Posterior samples for predictions
- coords.s
centers of grid cells for Colorado data
- localOnly
TRUE if remote covariates were not estimated
- varying
(deprecated) TRUE if local covariates were estimated as a spatially-varying field
- tLabs
year labels for prediction timepoints
- Y.lab
Label for response data, used by plotting functions
- cat.probs
vector of probabilities for using posterior samples to return categorical predictions from the posterior prediction samples
- category.breaks
Breakpoints used to discretize posterior predictive distribution at each coordinate in coords.s during composition sampling.
- alpha_knots
Summaries of posterior estimates of teleconnection effects
- eof_alpha_knots
Summaries of posterior estimates of teleconnection effects after spatial basis function transformation
Examples
data("coprecip.predict")
str(coprecip.predict)