View source: R/summarise_eeg.R
eeg_summarise | R Documentation |
eeg_*
objectsCalculate the timepoint-by-timepoint mean, standard deviation, standard
error, or variance eeg_epochs
objects.
eeg_summarise(data, ...)
## S3 method for class 'eeg_epochs'
eeg_summarise(
data,
statistic = c("sem", "mean", "sd", "var"),
conditions = NULL,
time_lim = NULL,
...
)
data |
An |
... |
Various arguments passed to specific functions |
statistic |
The statistic to calculate at each timepoint. Defaults to "sem" |
conditions |
Conditions to group the data by. |
time_lim |
Timepoint(s) to summarise. Can be a range, for which a summary statistic will be provided for each timepoint, or a list of individual times. If none is supplied, the function will calculate a summary for every timepoint. |
A tibble
eeg_summarise(eeg_epochs)
: Calculate summary statistics for eeg_epochs
objects
eeg_summarise(demo_spatial, statistic = "sem")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.