compare_summary {PupilPre}R Documentation

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)

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.

Value

Summary information.

Examples

# Load example data
data("Pupilex4")

compare_summary(Pupilex4)

# Please see the vignettes for detailed example usage.
# vignette("PupilPre_Basic_Preprocessing", package="PupilPre")


[Package PupilPre version 0.6.2 Index]