remify_durem objectsCalled by remstats when reh inherits from
"remify_durem". Each formula is inspected term-by-term:
.remstats_durem_dispatch(
reh,
start_effects = NULL,
end_effects = NULL,
psi_start = 1,
psi_end = 1,
attr_actors = NULL,
attr_dyads = NULL,
memory = c("full", "window", "decay", "interval"),
memory_value = NA,
start = 2,
stop = Inf,
display_progress = FALSE
)A remstats_durem object.
A remify_durem object.
Formula for start-model statistics.
Formula for end-model statistics.
Duration exponent for start-model history weighting
(forwarded to .remstats_durem; ignored for active-state effects).
Duration exponent for end-model history weighting.
Actor-level attribute data frame (forwarded to
tomstats; ignored for active-state effects).
Dyad-level attribute data frame (forwarded to
tomstats; ignored for active-state effects).
Memory type forwarded to tomstats.
Memory value forwarded to tomstats.
First time-point index.
Last time-point index.
Logical.
Pure active-state formulas (only activeTie(),
activeOutdegreeSender(), etc.) are forwarded to
duremstats.
Pure history-weighted formulas (only inertia(),
reciprocity(), etc.) are forwarded to .remstats_durem,
which calls tomstats with optional psi-weighting.
Mixed formulas are split automatically: active-state terms
go to duremstats and history-weighted terms go to
.remstats_durem; the two resulting arrays are combined along the
statistics dimension before being returned.