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
2 stars 1 forks source link

Update bmm examples with code reflecting the updated functions of the bmm package #13

Closed GidonFrischkorn closed 2 months ago

GidonFrischkorn commented 5 months ago

The bmm package was restructured to add new models more easily. This has changed how models are called and how additional arguments need to be passed to the fit_model function. Therefore the examples for the tutorial papers have to be updated to that they work with the newly implemented functions.

venpopov commented 3 months ago

@GidonFrischkorn did you already start on this? From the bug about priors in the bmm issues I think you might have, but not sure. If not, I can go ahead and convert the example scripts

GidonFrischkorn commented 3 months ago

I have already started with this. I just did not upload anything yet, as I also need to add the results files to OSF. So that you do not have to re-estimate all the model.

GidonFrischkorn commented 3 months ago

I have now created a branch and committed all the progress that I have made there. I have to add some more things for the model comparisons and the added things for obtaining inferences from these models. But apart from that most of the changes reflecting the current version of bmm are done.

venpopov commented 3 months ago

ok, that's what I thought so I wanted to check in before I duplicate the work. I'll get started on the parameter recovery simulations then