Hi,
please can someone tell me whats the problem with this code ( i think its basic thing but i really dont understood the problem)
library(dplyr)
library(tidyr)
library(BayesFactor)
d<- read.table("stat_pretest.txt", sep = "\t", header = T)
d<-d[d$rts<7000,]
d1TR <- d %>%
- select(d, -exactitude)%>%
- spread(key = cond, value = rts)
Erreur :d
must evaluate to column positions or names, not a list