coef.stFit {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 'stFit'
coef(object, burn = 1, fun = mean, ...)
Arguments
object |
stFit object containing posterior samples for model |
burn |
number of posterior samples to reject before computing estimates |
fun |
function for computing point estimates |
... |
S3 generic/method consistency |
Examples
data("coprecip.fit")
coef(coprecip.fit, burn = 50)
[Package telefit version 1.0.3 Index]