Description Usage Arguments Value
Bootstrap procedure to estimate the uncertainty of free energies parameters of a model
1 2 3 4 5 6 7 | dg_bootstrap(
dataset_folder,
model_name,
iteration = 1,
return_model = FALSE,
maxit = 10000
)
|
dataset_folder |
absolute path to the dataset folder, is created if non-existent |
model_name |
name of the model that should be computed on the dataset |
iteration |
integer, to calucate a set of models and get reproducible results |
return_model |
logical, if TRUE, returns a data.table with fitted values for all model parameters, default = FALSE |
maxit |
integer, maximum number of iterations by optim algorithm, default = 1e4 |
writes the boostrapped model parameters as .txt file to $dataset_folder/$model_name/tmp/dg_boostrap_$iteration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.