generate_ERP_stats_table | R Documentation |
Description to come
generate_ERP_stats_table(
data,
model_structure,
output_name,
timeWindowMode,
model_type = "lm",
custom_TW = list(c(-300, -150), c(-150, 50), c(50, 200), c(200, 300), c(300, 500),
c(500, 700), c(700, 900)),
time_step,
min_time,
max_time
)
data |
dataframe containing eeg data |
model_structure |
string with the lmer model |
output_name |
string for the output file name |
timeWindowMode |
string either 'byStep' or 'custom' |
custom_TW |
for 'custom' mode, a list of vectors defining the time-windows |
time_step |
for 'byStep' mode, time windows length in ms |
min_time |
for 'byStep' mode, starting time of the first time window |
max_time |
for 'byStep' mode, end time of the last time window |
An HTML file containing the stats tables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.