Learn R Programming

ashr (version 2.2-63)

post_sample.unimix: post_sample.unimix

Description

returns random samples from the posterior, given a prior distribution m and n observed datapoints.

Usage

# S3 method for unimix
post_sample(m, data, nsamp)

Value

a nsamp by n matrix

Arguments

m

mixture distribution with k components

data

a list with components x and s to be interpreted as a normally-distributed observation and its standard error

nsamp

number of samples to return for each observation