Convert an object of class eeg_data
into a standard data.frame
.
# S3 method for class 'eeg_lm'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
long = FALSE,
coords = TRUE,
values = c("coefficients", "std_err", "t_stats", "r_sq"),
...
)
Object of class eeg_lm
Kept for compatibility with S3 generic, ignored.
Kept for compatibility with S3 generic, ignored.
Convert to long format. Defaults to FALSE.
Include electrode coordinates in output. Only possible when long = TRUE.
Defaults to "coefficients", returning fitted coefficient values.
arguments for other as.data.frame commands