calc_diagnostic_capacity: Given specified parameters, calculates diagnostic country...

View source: R/diagnostic_parameters.R

calc_diagnostic_capacityR Documentation

Given specified parameters, calculates diagnostic country capacity.

Description

Gets country diagnostic capacity. As of right now, need to increase hours per shift in throughput data in order to up the capacity.

Usage

calc_diagnostic_capacity(
  country_diagnostic_capacity,
  throughput,
  shifts_per_day = NULL,
  hours_per_shift
)

Arguments

country_diagnostic_capacity

Capacity called from the get_country_test_capacity function

throughput

Throughput data, loaded in package, from ESFT

shifts_per_day

Either single integer (1,2, or 3) or named vector of shifts per day ("shifts_day") for the specific machines ("platform_key"). Important to get names right if go vector rought (easiest to copy paste from throughput), and shifts can only be 1, 2, or 3 (8, 12, 24 hrs). Default = NULL.

hours_per_shift

Hours per shift, default = 8 (data from ESFT package)


mrc-ide/esft documentation built on July 31, 2023, 2:30 p.m.