compare_summary: A utility function to compare pupil size data before and after applying
the cleanup
Description
compare_summary is a utility function to compare pupil size data
before and after applying the cleanup and summarizes a comparison between
Pupil and Pupil_Previous by Event
Usage
compare_summary(data, ReturnData = FALSE)
Value
Summary information.
Arguments
data
A data table object output by create_time_series.
ReturnData
A logical indicating whether to return a data table
containing the summary information.
# Load example datadata("Pupilex4")
compare_summary(Pupilex4)
# Please see the vignettes for detailed example usage.# vignette("PupilPre_Basic_Preprocessing", package="PupilPre")