Learn R Programming

glba (version 0.2.1)

ilpp2: Implicit learning data from Visser et al (2007).

Description

Implicit learning data from Visser et al (2007); these data are from blocks 1-12 of participant 2 of Experiment 1.

Usage

data(ilpp2)

Arguments

Format

A data frame with 12 blocks of 395 trials of a sequential response time task; observations on the following variables:

id

participant id

ses

session number (1-2)

blk

block number within session (1-6)

tri

trial location (1-4)

ans

answer location (1-4)

rt

response time in seconds

acc

accuracy (factor with levels 'cor'rect and 'inc'orrect

acBin

accuracy in binary format

blk2

block number continuous (1-12)

tt

trial type; factor with levels 'seq'uential and 'ran'dom

Details

Data from Visser et al (2007), Memory and Cognition.

References

Visser et al (2007), Memory and Cognition.

Examples

Run this code
# NOT RUN {
data(ilpp2)
# }

Run the code above in your browser using DataLab