dot-compute_active_stats: Compute active-state statistics for a single sub-model

.compute_active_statsR Documentation

Compute active-state statistics for a single sub-model

Description

Compute active-state statistics for a single sub-model

Usage

.compute_active_stats(
  effect_configs,
  reh,
  directed,
  start,
  stop,
  suffix,
  display_progress
)

Arguments

effect_configs

A list of effect config lists, each with $effect, $scaling, and $consider_type (output of .parse_active_effects).

reh

A remify_durem object.

directed

Logical. Whether the sub-model is directed.

start

First time-point index (0-based).

stop

Last time-point index (0-based).

suffix

".start" or ".end".

display_progress

Logical.

Value

3-D array \[M × D × P\] or NULL if no effects.


remstats documentation built on July 15, 2026, 5:07 p.m.