Learn R Programming

ergm (version 4.8.1)

Project-ergmTerm: Evaluation on a projection of a bipartite network

Description

This operator on a bipartite network evaluates the formula on the undirected, valued network constructed by projecting it onto its specified mode. Proj1(formula) and Proj2(formula) are aliases for Project(formula, 1) and Project(formula, 2), respectively.

Usage

# binary: Project(formula, mode)

# binary: Proj1(formula)

# binary: Proj2(formula)

Arguments

formula

a one-sided ergm()-style formula with the terms to be evaluated

mode

the mode onto which to project: 1 or 2

See Also

ergmTerm for index of model terms currently visible to the package.

ergm:::.formatTermKeywords("ergmTerm", "Project", "subsection")