View source: R/baseline_correction_pupil_msg.R
baseline_correction_pupil_msg | R Documentation |
Performs linear (sub) or divisive baseline correction relative to desired stim_onset and off_set with messages.
baseline_correction_pupil_msg(datafile, pupil_colname = NULL,
baseline_dur = 500, event_offset = "event_offset",
baseline_method = "sub")
datafile |
raw pupil data |
pupil_colname |
name of your pupil colname you want baseline corrected |
baseline_dur |
duration of baseline period from stim offset |
event_offset |
message name for stim onset |
baseline_method |
correction method. Default is sub but can also include divisive |
data frame containing baseline corrected data from event of interest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.