View source: R/clean_and_downsample.R
calculate_missing_data | R Documentation |
This function can be used to assess the amount of samples that have problematic data from each trial, which helps assess cleaning parameters
calculate_missing_data(data, pupil)
data |
your data of class PupillometryR |
pupil |
a column name denoting pupil size |
A summary table with number of missing samples in each trial
data(pupil_data)
Sdata <- make_pupillometryr_data(data = pupil_data,
subject = ID,
trial = Trial,
time = Time,
condition = Type)
new_data <- downsample_time_data(data = Sdata,
pupil = LPupil,
timebin_size = 50,
option = 'mean')
calculate_missing_data(data = new_data, pupil = LPupil)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.