Learn R Programming

networksis (version 1.4)

networksis-package: User-defined terms used in Exponential Family Random Graph Models

Description

The networksis package is a collection of functions to simulate bipartite graphs with fixed marginals. For a list of functions, type: help(package='networksis').

This package is compatible with the statnet suite of packages, a collection of functions to plot, fit, diagnose, and simulate from random graph models.

For a complete list of the functions, use library(help="networksis") or read the rest of the manual.

When publishing results obtained using this package, the original authors are to be cited as:

Admiraal, Ryan and Mark S. Handcock (2008). networksis: a package to simulate bipartite Publications graphs with fixed marginals through sequential importance sampling, Journal of Statistical Software.

All programs derived from this package must cite it.

Arguments

References

Admiraal, Ryan and Mark S. Handcock (2008). networksis: a package to simulate bipartite Publications graphs with fixed marginals through sequential importance sampling, Journal of Statistical Software.

See Also

statnet, network, ergm

Examples

Run this code
data(finch)
as.sociomatrix(finch)
sim <- simulate(finch, nsim=100)
simsimsim

Run the code above in your browser using DataLab