ergm.init.methods {ergm}R Documentation

Set up the initial fitting methods for reference measure

Description

This is a low-level function not intended to be called directly by end users. This function sets up the available initial fitting methods for each reference measure. (It is defined in the scope of local environment)

Usage

 ergm.init.methods(reference, new.methods)
	

Arguments

reference

The reference measure used in the model.

new.methods

Add new initial fitting methods to the reference measure.


[Package ergm version 3.4.0 Index]