defineOnset: Define Onsets For iChart

Description Usage Arguments Details Examples

Description

defineOnset()the type of trial (D-, T-, or A-initial) based on a user-specified critical onset value provided in milliseconds.

Usage

1
defineOnset(iChart, critonset = 0, includeAways = FALSE)

Arguments

iChart

A data frame in iChart format with iChart column names.

critonset

An integer indicating the critical onset value in milliseconds.

includeAways

A boolean indicating whether Away responses should be inlcluded.

Details

This function defines the type of trial (D-, T-, or A-initial) based on a user-specified critical onset value.

Examples

1
## Not run: d <- defineOnset(iChart, critonset = 0, includeAways = FALSE)

kemacdonald/iChartAnalyzeR documentation built on May 7, 2019, 8:44 a.m.