Internal relevent package functions.
accum.interact(elist, old.acl=NULL)
acl.adj(acl, iter, src, dest)
acl.adjmat(acl, n, iter)
acl.deg(acl, n, cmode=c("in", "out", "total"), old.deg=NULL)
accum.ps(elist)
acl.ps(elist, n, old.ps=NULL)
acl.tri(acl, old.tri=NULL)
accum.rrl(elist, old.rrl=NULL)
covarPrep(covar, n, m, effects=NULL)
a three-column (time, source, destination) dyadic event list, sorted in ascending temporal order.
a nested list structure, of the form iteration by ego by alter, containing accumulated dyadic event counts at each event onset.
iteration (i.e., event) number.
integer denoting the sender of a dyadic event.
integer denoting the receiver of a dyadic event.
the number of actors eligible to send/receive events.
the type of degree to be calculated.
previously computed acl structure to which new events should be added.
previously computed cumulative degree structure to which events should be added.
previously computed P-shift structure to which events should be added.
previously computed triad structure to which events should be added.
previously computed recency structure to which events should be added.
a covariate list, of the form passed normally to rem.dyad
.
the intended number of events for which data should be checked.
a logical effect inclusion vector of the type used internally by rem.dyad
.
Most of these are not to be called by the user; they can be employed by the cogniscenti, but they may change without notice (so use at own risk).
rem