count_false_negative_tests: Count false negative tests

Description Usage Arguments

View source: R/RcppExports.R

Description

This function counts the number of false negative tests conducted with and without antibioitics.

Usage

1
2
count_false_negative_tests(colonisations, statuses, test_results_negative,
  antibiotics)

Arguments

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.


mirjamlaager/mrsamcmc documentation built on May 20, 2020, 11:13 a.m.