powered by
Compute point estimates for parameters from posterior samples
# S3 method for stPredict coef(object, stFit, stData, burn = 1, type = "eof-alpha_knots", ...)
stPredict object containing posterior estimates of alphas
stFit object containing posterior samples for model
stData object containing spatial information for dataset
number of posterior samples to reject before computing estimates
One of the following options to specify what point estimates to return
Remote coefficient estimates (alpha_knots) mapped onto the eof patterns of the remote covariates.
S3 generic/method consistency
# NOT RUN { data("coprecip") data("coprecip.fit") data("coprecip.predict") coef(coprecip.predict, stFit = coprecip.fit, stData = coprecip, burn = 50) # }
Run the code above in your browser using DataLab