eval_parameters | R Documentation |
Evaluate parameters specified through
define_parameters
, for a given number of cycles.
eval_parameters(x, cycles = 1, strategy_name = NA)
x |
an |
cycles |
integer. Number of cycles to simulate. |
An object of class eval_parameters
(actually a data.frame with one column per parameter
and one row per cycle).
param <- define_parameters(
age_start = 60,
age = age_start + model_time
)
heemod:::eval_parameters(param, cycles = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.