GidonFrischkorn / Tutorial-MixtureModel-VWM

This repository contains R scripts & raw data to illustrate how to estimate measurement models for visual working memory tasks.
GNU General Public License v3.0
3 stars 1 forks source link

Typo-Error in scripts/bmm_examples/ #15

Closed jgman86 closed 6 months ago

jgman86 commented 6 months ago

hey guys,

in all oberauerIMM examples is a typo, preventing to load the correct data. It took me some time to figure it out but here it is:

df_OberauerLin2017_E1 <- read.table(here("data","OberauerLin2017_IM","colorwheel9.dat"))

"colorwheel9.dat" is "Colorwheel9.dat"

cheers

jan

GidonFrischkorn commented 6 months ago

Hi jan, thanks for spotting this. I changes the filename to colorwheel9 in b256d8e as this required less changes to the code. We will anyways update these examples shortly, for the revision of the Tutorial Paper. Likely, we will then create a version tag and then it is nice to have less bugs in the version that matches the state before all revisions. Cheers, Gidon