var_decomp: Compute variance decomposition
Description
Calculate the various ANOVA sums of squares for repeated measures data.
Usage
var_decomp(x, verbose = FALSE)
Value
The variance decomposition
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 TRUE, display progress of algorithm. Default:
FALSE.