Permutation tests for time series data.
permu.test(formula, data, subset = NULL, parallel = FALSE,
progress = "text", ...)
A formula of the following form: `outcome ~ predictors | timepoint variables'. Multivariate outcomes (e.g. 32 EEG electrodes) are supported; use `cbind(Fp1,Fp2,etc) ~ predictors | timepoint'.
The dataset referencing these predictors.
If specified, will only analyze the specified subset of the data.
Whether to parallelize the permutation testing using plyr's `parallel' option. Needs some additional set-up; see the plyr documentation.
A plyr `.progress' bar name, see the plyr documentation. Ignored if parallel=TRUE.
Other arguments to be passed to `aovp'.
A dataframe of p-values.