Learn R Programming

ergm.sign (version 0.1.2)

summary_formula.dynamic.sign: Summary formula method for dynamic signed networks

Description

Calculates statistics for dynamic.sign objects at specified timepoints.

Usage

# S3 method for dynamic.sign
summary_formula(object, at, ..., basis = NULL)

Value

Matrix of statistics for each timepoint.

Arguments

object

A formula with a dynamic.sign network as LHS.

at

Numeric vector of timepoints. Defaults to all if missing.

...

Additional arguments passed to summary_formula for network objects.

basis

Optional dynamic.sign network. If NULL, uses LHS network.