This function counts the number of false negative tests conducted with and without antibioitics.
1 2 | count_false_negative_tests(colonisations, statuses, test_results_negative,
antibiotics)
|
colonisations |
a vector with days of colonisation of the patients. |
statuses |
a vector the statuses on discharge of the patients |
test_results_negative |
a matrix where each row corresponds to a patient and the entries correspond to a day with a negative test result. |
antibiotics |
a matrix where each row corresponds to a patient and the entries correspond to a day when antibiotics were administered. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.