check_par_tab | R Documentation |
Checks the entries of par_tab used in simulate_data
check_par_tab(par_tab, mcmc = FALSE, version = NULL)
par_tab |
the parameter table controlling information such as bounds, initial values etc |
mcmc |
logical, if TRUE then checks are performed for the MCMC algorithm. Use FALSE when simulating data |
version |
which version of the posterior function is being used? See |
nothing, only an error message if necessary
Other check_inputs:
check_attack_rates()
,
check_data()
,
check_inf_hist()
,
check_proposals()
data(example_par_tab)
check_par_tab(example_par_tab, FALSE, version=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.