remify_durem objectComputes statistics that capture the current state of the active event
network at each time point. These complement the history-weighted statistics
returned by remstats and cannot be derived from weighted
event history alone.
duremstats(
reh,
start_effects = NULL,
end_effects = NULL,
start = 2L,
stop = Inf,
display_progress = FALSE
)A list with $start_stats and $end_stats: 3-D arrays
\[M x D x P\] with effect names suffixed .start / .end,
and attr(., "reh") set to reh. The same shape as a
remstats_durem object so the two can be combined at estimation time.
A remify_durem object.
Formula of active-state effects for the start model,
e.g. ~ activeTie() + activeOutdegreeSender().
Formula of active-state effects for the end model.
Integer. Index of first time point to compute (default 2).
Integer. Index of last time point to compute (default Inf).
Logical. Show progress messages.
See active_effects for the full list of available effects
and their descriptions.