Last data update: 2014.03.03

R: Check the new time series
check_time_seriesR Documentation

Check the new time series

Description

check_time_series examines the first value in the Time column for each event. If they are equal, it will return a single value. The returned value should be equal to 0 minus the offset.

Usage

check_time_series(data = data)

Arguments

data

A data table object output by create_time_series.

Value

The value(s) of Time (in milliseconds) at which events begin relative to the onset of the auditory stimulus.

Examples

## Not run: 
library(VWPre)
# Check the starting Time column...
check_time_series(dat)

## End(Not run)

Results