check_par_tab | R Documentation |
Checks the entries of par_tab used in simulate_data
check_par_tab(
par_tab,
mcmc = FALSE,
version = NULL,
possible_exposure_times = NULL,
verbose = FALSE
)
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 |
possible_exposure_times |
optional vector of possible exposure times |
verbose |
if TRUE, prints warning messages |
the same par_tab object with corrections if needed
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.