generate_data_extended {smidm}R Documentation

Generate data extended

Description

Creates a dataframe suitable as input for calculate_likelihood_negative_tests.

Usage

generate_data_extended(
  M = 20,
  d = matrix(data = 1, nrow = 1, ncol = 2),
  S = c(12)
)

Arguments

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).

Value

The dataframe.


[Package smidm version 1.0 Index]