Learn R Programming

ergm (version 3.9.4)

ergm-defunct: Functions that have been removed from this package

Description

Functions that have been removed after a period of deprecation.

Usage

sociality(object, ...)

delete.isolates(x)

largest.components(x, minsize = 4)

central.network(x)

ergm.mahalanobis(x, center, cov, inverted = FALSE, ...)

# S3 method for default sociality(object, ...)

# S3 method for network sociality(object, ..., statistics = NULL)

# S3 method for formula sociality(formula, ..., init, nsim = 100, burnin = 100, interval = 100, constraints = ~., prop.weights = "default", prop.args = list(), seed = NULL, drop = FALSE, statistics = NULL)

# S3 method for ergm sociality(object, ..., nsim = 100, burnin = 100, interval = 100, constraints = NULL, prop.weights = "default", prop.args = list(), seed = NULL, drop = FALSE, statistics = NULL)

ostar2deg(object, ninflast = TRUE)

is.invertible(V, tol = 1e-12)

espartnerdist(g, print = TRUE)

dspartnerdist(g, print = TRUE)

twopathdist(g, print = TRUE)

rspartnerdist(g, print = TRUE)

invert.network(nw)

drawpie(center, radius, probs, n = 50, cols = 1:length(probs), ...)

mvmodel(object, ...)

# S3 method for ergm mvmodel(object, ..., nsim = 100, burnin = 10000, interval = 1000, constraints = NULL, seed = NULL, control = control.simulate.ergm(), statistic = NULL)

degreedistfactor(g, x)

robust.inverse(H, tol = sqrt(.Machine$double.eps))

Arguments

x, minsize, center, cov, inverted, ..., object, statistics, formula, init, nsim, burnin, interval, constraints, prop.weights, prop.args, seed, drop, ninflast, V, tol, g, print, nw, radius, probs, n, cols, control, statistic, H

Arguments to defunct functions.