coef.stFit: Compute point estimates for parameters from posterior samples

Description Usage Arguments Examples

View source: R/coef.stFit.R

Description

Compute point estimates for parameters from posterior samples

Usage

1
2
## 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

1
2
data("coprecip.fit")
coef(coprecip.fit, burn = 50)

telefit documentation built on Feb. 4, 2020, 9:08 a.m.

Related to coef.stFit in telefit...