restrict_data | R Documentation |
restrict_data()
is based on rejection ABC method to restrict original dataset
restrict_data(par.sim, stat.sim, stat.obs, size = 300)
par.sim |
Data frame of parameters |
stat.sim |
Data frame of outputs of simulations |
stat.obs |
Data frame of observation point |
size |
Integer number of points to leave from original dataset |
restrict_data()
returns the list of:
par.sim - restricted parameters which are close to observation point
stat.sim - restricted stat.sim which are close to observation point
MaxWiK::MaxWiK_templates(dir = tempdir()) # See the templates and vignettes for usage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.