Checks the entries of par_tab used in simulate_data

check_par_tab(par_tab, mcmc = FALSE, version = NULL)

Arguments

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 create_posterior_func

Value

nothing, only an error message if necessary

See also

Other check_inputs: check_attack_rates(), check_data(), check_proposals()

Examples

data(example_par_tab) check_par_tab(example_par_tab, FALSE, version=1)