Description Usage Arguments Details Value See Also
From UCI: All data is from one continuous EEG measurement with the Emotiv EEG Neuroheadset. The duration of the measurement was 117 seconds. The eye state was detected via a camera during the EEG measurement and added later manually to the file after analysing the video frames. '1' indicates the eye-closed and '0' the eye-open state. All values are in chronological order with the first measured value at the top of the data.
1 | createEEGEye(file = getfilepath("eegeye.rds"), write = TRUE, read = TRUE)
|
file |
character; path/filename to write data file to |
write |
logical; should the dataset be written to disk for later use? (default: TRUE) |
read |
logical; should we try to read the dataset from the specified location first? (default: TRUE) |
Task: formula(eyeDetection ~ .)
The dataset as a data.table
https://archive.ics.uci.edu/ml/datasets/EEG+Eye+State
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.