g4: Goodreau's four node network as a "network" object

Description Usage Format Details Licenses and Citation Source See Also Examples

Description

This is an example thought of by Steve Goodreau.

Usage

1

Format

Directed network object with 4 nodes and 5 edges.

Details

It is interesting because the maximum likelihood estimator of the model with out degree 3 in it exists, but the maximum psuedolikelihood estimator does not.

Licenses and Citation

If the section Source of this page does not specify otherwise, this data set is protected by the Creative Commons License https://creativecommons.org/licenses/by/4.0/.

When publishing results obtained using this data set, the original authors (see sections Source and/or References) should be cited, along with this R package. To cite this package please use the following:

Handcock M, Hunter D, Butts C, Goodreau S, Krivitsky P, Morris M, Bojanowski M (2021). statnet.data: Network Datasets for the Statnet Suite. R package version 0.1-0, <URL: https://statnet.org>.

Source

Steve Goodreau

See Also

Other directed networks: ecoli, emon, faux.desert.high, faux.dixon.high, newcomb, samplk, sampson, tribes

Examples

1
2
3
4
5
6
## Not run: 
library(ergm)
summary(ergm(g4 ~ odegree(3), estimate="MPLE"))
summary(ergm(g4 ~ odegree(3), control=control.ergm(init=0)))

## End(Not run)

statnet/statnet.data documentation built on Dec. 16, 2021, 5:54 p.m.