gen_parms | R Documentation |
Draw parameter values from the posteriour distribution of an ABC using a density kernal
gen_parms(x, res, num_accepted, parameters, grid = 2000, dist.var = "ks")
x |
numeric, the number of values to draw. |
res |
data.frame, the results of an ABC run, must include a "dist" column. |
num_accepted |
numeric, either the proportion of runs to accept or the number of runs to accept. |
parameters |
character, the parameter names for which to draw values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.