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§
- Contrast
Info - Information about a statistical contrast.
- Stats
Models Edge - A directed edge between two nodes in the stats model graph.
- Stats
Models Node - A single analysis node in a BIDS-StatsModel graph.
- Stats
Models Node Output - 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.