Displaying 1 result from an estimated 1 matches for "strooptaskdata2".
2013 Apr 05
0
(no subject)
...ruity"
is not significant at all. Therefore, these two parts are not consistent,
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 &...