Skip to main content

Module node

Module node 

Source
Expand description

Analysis nodes and edges in a BIDS-StatsModels graph.

Each node represents a statistical analysis step at a specific level of the BIDS hierarchy. Nodes contain a model specification, variable transformations, contrast definitions, and grouping criteria. They produce StatsModelsNodeOutputs containing design matrices and contrast information.

Structs§

ContrastInfo
Information about a statistical contrast.
StatsModelsEdge
A directed edge between two nodes in the stats model graph.
StatsModelsNode
A single analysis node in a BIDS-StatsModel graph.
StatsModelsNodeOutput
Output produced by running a stats model node.

Functions§

build_groups
Build groups from a list of entity maps, grouping by specified keys. Returns map from group key to indices.