search for: srrtcue

Displaying 1 result from an estimated 1 matches for "srrtcue".

2011 Jun 28
2
Loop through each subject
...ot;) dat <- read.table("test2.txt", header = TRUE, na.strings = NA, stringsAsFactors = FALSE, sep = "\t") for(i in 1:length(dat)) { for (i in 1:)dat[(unique(dat$Subject)),)] { colg <- dat[grep("Green", dat$CueProbe),] colg <- data.frame(colg$SRRTCue.OnsetTime/1000, (colg$SRRTFix2.OnsetTime- colg$SRRTCue.OnsetTime)/1000, (ifelse((colg$SRRTProbe.ACC == 1 | colg$Probe== "+"), 1, 0))) colr <- dat[grep("Red", dat$CueProbe),] colr <- data.frame(colr$SRRTCue.OnsetTime/1000, (colr$SRRTFix2.OnsetTime- colr$SRRTCue.Onse...