MakeStimdataConfig: Make a stimdata configuration

Description Usage Arguments Value

Description

MakeStimdataConfig specifies how ExtractStim processes an Eprime stimdata file.

Usage

1
2
MakeStimdataConfig(named_stim, numerics = NULL, constants = NULL,
  derived = NULL)

Arguments

named_stim

a character vector of named values that specifies which stimdata fields to extract from an Eprime log file.

numerics

names of stimuli in named_stim that represent numeric values.

constants

constant values to specify after the named_stim have been extracted.

derived

a character vector of expressions to execute once constants have been added to the stimdata description.

Value

a list with the class StimConfig. This list has four slots: Stim, Numerics, Constants, and Derived.


tjmahr/lookr documentation built on May 31, 2019, 3:41 p.m.