sample_priors | R Documentation |
This function uses the dataframe output of define_priors()
that defines the prior distributions for all parameter that must be fitted.
sample_priors(prior, prm.abc, all.positive = TRUE)
prior |
Dataframe. Priors' parameters and distributions. Output of |
prm.abc |
List. Varibales required for ABC fitting method created by function define_abc_prms(). |
all.positive |
Logical. Default is |
Long dataframe. All the prior sampled values for the parameters to be fitted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.