crosscheck.dcm {EpiModel} | R Documentation |
Cross Checking of Inputs for Deterministic Compartmental Models
Description
This function checks that the three parameter lists from
param.dcm
, init.dcm
, and
control.dcm
are consistent.
Usage
crosscheck.dcm(param, init, control)
Arguments
param |
An |
init |
An |
control |
An |
Value
This function returns no objects.
[Package EpiModel version 2.4.0 Index]