getPostEst: get posterior estimates from btf object

Description Usage Arguments See Also

View source: R/posterior.R

Description

Return posterior estimates, computed from btf posterior draws. User can supply their own estimating function, est, applied to the columns of getPost.

Usage

1
2
getPostEst(btf, parameter = c("f", "s2", "lambda", "omega"), burn = 1000,
  est = NULL)

Arguments

btf

btf object

parameter

name of the paramater of interest

burn

number of samples to discard

est

function to estimate from the posterior samples of parameter

See Also

getPost


btf documentation built on May 31, 2017, 8:22 p.m.