Sampling from the posterior of a fitted model can be time consuming and needn't be redone for each analysis requiring posterior samples.
Implement a new function to interface with the sampler functions in R/samplers.R, which shall return the posterior draws. Ultimately these should be passed to relevant functions via a samples argument and setting method = "user".
Sampling from the posterior of a fitted model can be time consuming and needn't be redone for each analysis requiring posterior samples.
Implement a new function to interface with the sampler functions in
R/samplers.R
, which shall return the posterior draws. Ultimately these should be passed to relevant functions via asamples
argument and settingmethod = "user"
.