Learn R Programming

EpiModel (version 2.5.0)

crosscheck.net: Cross Checking of Inputs for Stochastic Network Models

Description

This function checks that the estimation object from netest and the three parameter lists from param.net, init.net, and control.net are consistent.

Usage

crosscheck.net(x, param, init, control)

Value

This function returns no objects.

Arguments

x

An EpiModel object of class netest.

param

An EpiModel object of class param.net.

init

An EpiModel object of class init.net.

control

An EpiModel object of class control.net.