Functions that have been removed after a period of deprecation.
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 to defunct functions.