get_post_sample function

Sample from posterior

Sample from posterior

Returns random samples from the posterior distribution for each observation in an ash object. A matrix is returned, with columns corresponding to observations and rows corresponding to samples.

get_post_sample(a, nsamp)

Arguments

  • a: the fitted ash object
  • nsamp: number of samples to return (for each observation)

Examples

beta = rnorm(100,0,1) betahat= beta+rnorm(100,0,1) ash.beta = ash(betahat,1,mixcompdist="normal") post.beta = get_post_sample(ash.beta,1000)
  • Maintainer: Peter Carbonetto
  • License: GPL (>= 3)
  • Last published: 2023-08-21