View source: R/make_smoothed_data.R
replace_missing_data | R Documentation |
This is a useful function if you have a dataset where certain timepoints have been removed for whatever reason, but you want continuous time data. This will make assumptions about trials being the same length though, so may not be appropriate for all data types. This should only be run after running make_pupillometry_data.
replace_missing_data(data)
data |
your data of class pupillometryR |
A time-stepped data frame
data(pupil_data)
Sdata <- make_pupillometryr_data(data = pupil_data,
subject = ID,
trial = Trial,
time = Time,
condition = Type)
new_data <- replace_missing_data(data = Sdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.