The first step in building a network model is to create a new, empty
networkModel object. This model can then be completed using functions
such as set_topo(), set_init(), etc...
Usage
new_networkModel(quiet = FALSE)
Value
An empty networkModel object. It is basically a zero-row
tibble with the appropriate columns.
Arguments
quiet
Boolean, if FALSE print a message indicating which
distribution family is used for proportions.