Description Usage Arguments Value
View source: R/04_validation_functions.R
validate_out
produces output to validate the model.
1 2 3 4 5 6 7 8 | validate_out(
m_calib_post,
l_params_all,
n_date_ini,
n_t_calib,
n_lag_inf = 14,
l_dates_targets
)
|
m_calib_post |
Matrix with calibrated parameters from posterior distribution |
l_params_all |
List with all parameters of the decision model. |
n_date_ini |
Initial date of calibration. |
n_t_calib |
Number of calibration days. |
n_lag_inf |
Lag in time series of infectious individuals. |
l_dates_targets |
List of initial and last dates of targets series. |
A list with outputs for validation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.