Skip to content

Commit

Permalink
data
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Jul 5, 2024
1 parent 0b0f521 commit 9c93515
Show file tree
Hide file tree
Showing 2 changed files with 10,371 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/make_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ library(tidyverse)

df <- rtdists::speed_acc |>
filter(censor == "FALSE") |>
filter(rt < 2) |>
mutate(Participant=id,
Condition=condition,
RT=rt,
Expand Down
Loading

0 comments on commit 9c93515

Please sign in to comment.