search for: both_incongru

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

Did you mean: both_congru
2013 Apr 05
0
(no subject)
...nt, one is sig., the other is not. I cannot figure out why they are so different and inconsistent? Which p value I should report? Any comments are appreciated. > options(digits=2) > data <- read.delim("strooptaskdata2.txt", header=T) > data <- data[data$condition != "both_incongru",] > data <- data[data$condition != "syll_incongru",] > data <- data[data$condition != "syll_congru",] > data <- data[data$soa == "0",] > attach(data) > error <- numeric() > error[RT==RT] <- 0 > error[RT < 0] <- 1 > x&...