checkInputs.SEIR: Check SEIR inputs

View source: R/SEIRModel.R

checkInputs.SEIRR Documentation

Check SEIR inputs

Description

Checks the input parameters for the SEIR model

Usage

checkInputs.SEIR(population = 1, populationFractions = 1, contactMatrix, R0,
  latentPeriod, infectiousPeriod, seedInfections = 0, priorImmunity = 0,
  useCommunityMitigation = FALSE, communityMitigationStartDay,
  communityMitigationDuration, communityMitigationMultiplier,
  simulationLength = 240, seedStartDay = 0, tolerance = 1e-08,
  method = "lsoda", ...)

Value

List of parameters for the SEIR model


HHS/ASPR-flumodels documentation built on Dec. 6, 2022, 12:20 p.m.