prep_Quad: Preparing Data for Quad Model

Description Usage Arguments Examples

Description

This function allows you to prepare IAT data for the application of functions estimating Quad model parameters.

Usage

1
2
3
prep_Quad(data, Subject, Compatibility, Compatible = 1,
  Incompatible = 2, StimulusCat, Correct, TargetCat1, TargetCat2,
  AttributeCat1, AttributeCat2)

Arguments

data

Dataframe containing all relevant columns (Subject, Compatibility, StimulusCat and Correct).

Subject

Name of the column containing the subject id.

Compatibility

Name of the column containing the compatibility of current key mapping.

Compatible

Level of Compatibility coding a compatible mapping.

Incompatible

Level of Compatibility coding an incompatible mapping.

StimulusCat

Name of the column containing the category of the current stimulus.

Correct

Name of the column containing accuracy of responses (0 = error, 1 = correct).

TargetCat1

Level of StimulusCat coding the first target category (i.e, flower)

TargetCat2

Level of StimulusCat coding the second target category (i.e, insect)

AttributeCat1

Level of StimulusCat coding the first attribute category (i.e, pleasant)

AttributeCat2

Level of StimulusCat coding the second attribute category (i.e, unpleasant)

Examples

1

AdrianJusepeitis/prepMPT documentation built on Aug. 21, 2021, 9:45 a.m.