View source: R/utility_functions.R
generate_data_extended | R Documentation |
Creates a dataframe suitable as input for calculate_likelihood_negative_tests
.
generate_data_extended( M = 20, d = matrix(data = 1, nrow = 1, ncol = 2), S = c(12) )
M |
The size of the group without infected, default is twenty. |
d |
A matrix with the test dates, default is matrix(data = 1, nrow = 1, ncol = 2). |
S |
A vector with the sizes of the subgroups, default is c(12). |
The dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.