summary.LB4L: Summarizing the raw LB4L2 dataset by the experimentally...

Description Usage Arguments Note

Description

The LB4L2 experiment data is stored in 4 different data sets, each corresponding to a separate phase of the LB4L2 experiment (see LB4L2 datasets for more info). This is a method for the S3 generic function summary which reports either the subject-level or condition-levels means for each experimental condition.

Usage

1
2
## S3 method for class 'LB4L'
summary(data, level = "subject")

Arguments

data

An LB4L data set from the FAM package.

level

A character vector of length one, used for determing the level of the summary. If the value is "subject" (the default) then the summary statistics for each subject are returned. If the value is "group" then the means of each experimental condition is returned, pooled across individual subjects.

Note

Trials where no keys were pressed by the participant are excluded from the RT summary.


wjhopper/FAM documentation built on May 4, 2019, 7:33 a.m.