Learn R Programming

remstats (version 4.1.0)

.compute_active_stats: 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
)

Value

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

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.