Skip to content

Commit

Permalink
add resit data
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Jan 17, 2024
1 parent ed94e3b commit c6f38dc
Show file tree
Hide file tree
Showing 3 changed files with 5,007 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
6 changes: 6 additions & 0 deletions BayesianStatistics/2024/data/tap1.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ df <- data.frame(rt=rgamma(5000, 2.5, 1))
df$confidence <- c(rbeta(2500, 0.5, 2) / 2, (rbeta(2500, 2, 0.5) / 2) + 0.5)

write.csv(df, "tap1a.csv", row.names=FALSE)

set.seed(2)
df <- data.frame(reading_time=rgamma(5000, 2.5, 1))
df$certainty <- c(rbeta(2500, 0.5, 2) / 2, (rbeta(2500, 2, 0.5) / 2) + 0.5)

write.csv(df, "tap1a_resit.csv", row.names=FALSE)
Loading

0 comments on commit c6f38dc

Please sign in to comment.