networksis-package {networksis}R Documentation

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.

Author(s)

Ryan Admiraal ryan@stat.washington.edu,
Mark S. Handcock handcock@stat.washington.edu

Maintainer: Ryan Admiraal ryan@stat.washington.edu

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

data(finch)
as.sociomatrix(finch)
sim <- simulate(finch, nsim=100)
sim 
sim 
sim

[Package networksis version 1.4 Index]