diff --git a/ccn2019.Rmd b/ccn2019.Rmd index 9080b91..20082d3 100644 --- a/ccn2019.Rmd +++ b/ccn2019.Rmd @@ -208,6 +208,16 @@ # View() # +# rt/accuracy and lures +NB_modified %>% + #filter(participant %in% c('P1','P2','P3','P5'), !is.na(correct)) %>% + filter(!is.na(correct)) %>% + ggplot(aes(x=jitter(l*t*u*s),rt,color=correct)) + + #geom_jitter() + + geom_point() + + geom_smooth(method="lm",se = F) + + facet_wrap(~correct, scales="free") + ``` ## TODO