Learn R Programming

EpiModel (version 2.5.0)

init_nets: Network Data and Stats Initialization

Description

This function initializes the network data and stats on the main netsim_dat class data object.

Usage

init_nets(dat, x)

Value

A netsim_dat class main data object with network data and stats initialized.

Arguments

dat

A main data object of class netsim_dat obtained from create_dat_object, including the control argument.

x

Either a fitted network model object of class netest, or a list of such objects.