| ergm-deprecated {ergm} | R Documentation |
Functions that have been superceed, were never documented, or will be removed from the package for other reasons
## S3 method for class 'ergm'
coef(object, ...)
## S3 method for class 'ergm'
x$name
InitErgmTerm.degreepopularity(nw, arglist, ...)
InitErgmTerm.hammingmix(nw, arglist, ..., version = packageVersion("ergm"))
InitErgmTerm.idegreepopularity(nw, arglist, ...)
InitErgmTerm.odegreepopularity(nw, arglist, ...)
## S3 method for class 'ergm'
san(
object,
formula = object$formula,
constraints = object$constraints,
target.stats = object$target.stats,
nsim = NULL,
basis = NULL,
output = c("network", "edgelist", "ergm_state"),
only.last = TRUE,
control = object$control$SAN,
verbose = FALSE,
offset.coef = NULL,
...
)
offset.info.formula(object, ...)
name |
See Extract. |
nw, arglist, ..., fname, varnames, vartypes, defaultvalues, required, nw.bipartiteflag, requirement, extramessage, nw.directedflag, m, response, formula, object, new, from.new, x, model, proposal, eta0, control, verbose, update.nws, Clist, prev.run, burnin, samplesize, interval, maxedges, attrname, label, coord, jitter, thresh, usearrows, mode, displayisolates, interactive, xlab, ylab, xlim, ylim, pad, label.pad, displaylabels, boxed.labels, label.pos, label.bg, vertex.sides, vertex.rot, arrowhead.cex, label.cex, loop.cex, vertex.cex, edge.col, label.col, vertex.col, label.border, vertex.border, edge.lty, label.lty, vertex.lty, edge.lwd, label.lwd, edge.len, edge.curve, edge.steps, loop.steps, object.scale, uselen, usecurve, suppress.axes, vertices.last, layout.par, cex.main, cex.sub, seed, latent.control, colornames, latent, preserve.eattr |
Arguments to deprecated functions. |
coef.ergm: extracts the ergm parameters; may be
removed in favour of the default method once the number of ergm
objects with $coef elements in the wild is sufficiently low.
$.ergm: accesses elements of ergm objects;
needed for backwards compatibility when components get renamed.
InitErgmTerm.degreepopularity: Use degree1.5 instead.
InitErgmTerm.idegreepopularity: Use idegree1.5 instead.
InitErgmTerm.odegreepopularity: Use odegree1.5 instead.
san.ergm: The developers are not aware of a use case for this function. Please contact them if you would like to prevent its removal.
offset.info.formula: offset.info.formula returns the offset
vectors associated with a formula.