eval_parameters | R Documentation |
Evaluate parameters specified through
define_parameters
, for a given number of cycles.
eval_parameters(
x,
cycles = 1,
strategy_name = "",
max_state_time = cycles,
disc_method = "start"
)
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 + markov_cycle
)
heRomod:::eval_parameters(param, cycles = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.