Learn R Programming

ergm (version 3.11.0)

control.ergm.godfather: Control parameters for ergm.godfather().

Description

Returns a list of its arguments.

Usage

control.ergm.godfather(GF.init.maxedges.mul = 5, term.options = NULL)

Arguments

GF.init.maxedges.mul

How much space is allocated for the edgelist of the final network. It is used adaptively, so should not be greater than 10.

term.options

A list of additional arguments to be passed to term initializers. It can also be set globally via option(ergm.term=list(...)).