generate_ERP_stats_table: Generate color coded stats table for ERPs

generate_ERP_stats_tableR Documentation

Generate color coded stats table for ERPs

Description

Description to come

Usage

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
)

Arguments

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

Value

An HTML file containing the stats tables


aherbay/erpscope documentation built on Feb. 1, 2024, 7:56 p.m.