View source: R/diagnostic_parameters.R
get_diagnostic_parameters | R Documentation |
Sets the baseline diagnostic parameters.
get_diagnostic_parameters(overrides = list())
overrides |
Named list of values to use instead of defaults The parameters are defined below, and are taken from the default settings in the ESFT. |
Total tests and percent antigen:
total_tests_mild_mod - total tests, used for diagnosis only; default = 1
total_tests_sev_crit - total tests, used for diagnosis and release; default = 2
perc_antigen_tests - percent testing done in hospital via antigen testing, max 80 percent; default = 20 percent
tests_diagnosis_mild_mod - the number of tests for diagnosis for mild or moderate cases; default = 1
tests_diagnosis_sev_crit - the number of tests for diagnosis for severe or critical cases; default = 1
tests_release_mild_mod - the number of tests for release for mild or moderate cases; default = 0
tests_release_sev_crit - the number of tests for release for severe or critical cases; default = 1
List of diagnostic parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.