var_decomp {fMRItools} | R Documentation |
Compute variance decomposition
Description
Calculate the various ANOVA sums of squares for repeated measures data.
Usage
var_decomp(x, verbose = FALSE)
Arguments
x |
The data as a 3D array: measurements by subjects by variables. (Alternatively, a matrix that is measurements by subjects, if only one variable exists.) |
verbose |
If |
Value
The variance decomposition
[Package fMRItools version 0.4.7 Index]