coef.stPredict {telefit} | R Documentation |
Compute point estimates for parameters from posterior samples
Description
Compute point estimates for parameters from posterior samples
Usage
## S3 method for class 'stPredict'
coef(object, stFit, stData, burn = 1, type = "eof-alpha_knots", ...)
Arguments
object |
stPredict object containing posterior estimates of alphas |
stFit |
stFit object containing posterior samples for model |
stData |
stData object containing spatial information for dataset |
burn |
number of posterior samples to reject before computing estimates |
type |
One of the following options to specify what point estimates to return
|
... |
S3 generic/method consistency |
Examples
data("coprecip")
data("coprecip.fit")
data("coprecip.predict")
coef(coprecip.predict, stFit = coprecip.fit, stData = coprecip, burn = 50)
[Package telefit version 1.0.3 Index]