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.
univar_stats¶
A packet containing the results of the mass univariate RMANOVAs.
subject_field¶
The name of the field in the instance axis data that contains the categorical subject id.
within_fields¶
The name(s) of the field(s) in the instance axis data that contain other categorical variables that vary within each subject.
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
use_caching¶
Enable caching.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.