Last data update: 2014.03.03

R: ERP dataset from a simulation study presented in detail in...
simerpR Documentation

ERP dataset from a simulation study presented in detail in Sheu, Perthame, Lee and Causeur (2016)

Description

The dataset contains 20 ERP curves (time frames every 4 ms from 0 to 1000 ms) and a variable y for behavioral score.

Usage

data(simerp)

Format

A sample of 20 simulated ERP curves, each curve lasting for one thousand milliseconds (ms) with one record per 4ms. The last column gives a behavioral score for the directed forgetting experiment described in Sheu, Perthame, Lee and Causeur (2016).

Details

The dataset is simulated under assumption of a multivariate regression model with normal residuals. The covariate, y, is a recognition score, as observed in a directed forgetting experiment described in Sheu, Perthame, Lee and Causeur (2016). Only the slope coefficients corresponding to time points in the interval [450 ms ; 550 ms] are true non-nulls, with a peak at 500 ms. The residual covariance of the model mimics the sample residual covariance of the ERP datasets collected in the directed forgetting experiment.

Source

Sheu, C.-F., Perthame, E., Lee Y.-S. and Causeur, D. 2016. Accounting for time dependence in large-scale multiple testing of event-related potential data. To appear in Annals of Applied Statistics.

Examples

data(simerp)
erpplot(simerp[,1:251],frames=seq(0,1001,4),xlab="Time (ms)",
   ylab="ERP",main="Simulated ERP")

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(ERP)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/ERP/simerp.Rd_%03d_medium.png", width=480, height=480)
> ### Name: simerp
> ### Title: ERP dataset from a simulation study presented in detail in Sheu,
> ###   Perthame, Lee and Causeur (2016)
> ### Aliases: simerp
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(simerp)
> erpplot(simerp[,1:251],frames=seq(0,1001,4),xlab="Time (ms)",
+    ylab="ERP",main="Simulated ERP")
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>