Take n random samples from prior
pr.samp(distn, parama, paramb, n)
Arguments
- distn
name of distribution, e.g. "norm", "pois"
- parama
first parameter for distn call
- paramb
second parameter for distn call
- n
number of samples to return
Value
vector with n random samples from prior