View source: R/probability_model_functions.r
postFUN | R Documentation |
Returns a function of a single parameter vector
postFUN(FUNS, master, args)
FUNS |
list of functions (log-likelihoods and log-priors) |
master |
logical matrix giving indices of par vector for each function |
args |
List of arguments to each function |
a function that accepts a single parameter vector and evaluates the log prior. The data supplied in 'args' is "baked in" to the function environment and does not need to be resupplied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.