View source: R/mcmc_postprocessing.R
sample_from_prior | R Documentation |
samples from joint prior distribution
sample_from_prior( PRIOR_FUNC, parTab, startTab, data_df, filenames, run_parallel )
PRIOR_FUNC |
NULL for uniform prior, otherwise closure specifying prior |
startTab |
data frame of smae format as parTab, storing starting parameter values |
filenames |
vector of filenames in which to temporarily store samples |
run_parallel |
logical. Whether to run calculations in parallel |
data frame of samples from the prior distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.