fit_abc | R Documentation |
Fitting ABC function (internal use)
fit_abc(obs, priors, hosp.var, case.var, prm.abc, prm, n.cores = 2)
obs |
Dataframe. Paired clinical and ww data. Output of function |
priors |
Dataframe. Sampled priors for fitting. Output of function |
hosp.var |
String. Output of function |
case.var |
String. Output of function |
prm.abc |
List. Parameters for ABC fitting method. Output of function |
prm |
List. All parameters model requires. It has to be in the |
n.cores |
Numerical. Number of cores for fitting compoutation. |
A list of 1-post fitting variables in a dataframe, 2-priors used for fitting, 3-error of fitting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.