RMANOVA¶
Calculate repeated measures ANOVA.
This node is best used on multi-subject data, when each subject is tested at multiple within-subject conditions. This node requires that all within-subject conditions be balanced. i.e., each combination of within-subject factors must have the same number of subjects. Version 1.0.0
Ports/Properties¶
data¶
A packet containing one or more instanced data chunks.
- verbose name: Data
- default value: None
- port type: DataPort
- value type: Packet (can be None)
- data direction: INOUT
univar_stats¶
A packet containing the results of the mass univariate RMANOVAs.
- verbose name: Univar Stats
- default value: None
- port type: DataPort
- value type: Packet (can be None)
- data direction: OUT
subject_field¶
The name of the field in the instance axis data that contains the categorical subject id.
- verbose name: Subject Field
- default value: Subject
- port type: StringPort
- value type: str (can be None)
within_fields¶
The name(s) of the field(s) in the instance axis data that contain other categorical variables that vary within each subject.
- verbose name: Within Fields
- default value: None
- port type: ListPort
- value type: list (can be None)
aggregate_func¶
If the data set contains more than a single observation per subject and cell of the specified model, this function will be used to aggregate the data before running the Anova. None (the default) will not perform any aggregation
- verbose name: Aggregate Func
- default value: none
- port type: EnumPort
- value type: str (can be None)
use_caching¶
Enable caching.
- verbose name: Use Caching
- default value: False
- port type: BoolPort
- value type: bool (can be None)
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
- verbose name: Set Breakpoint (Debug Only)
- default value: False
- port type: BoolPort
- value type: bool (can be None)
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.
- verbose name: Metadata
- default value: {}
- port type: DictPort
- value type: dict (can be None)