You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using alt_delta() in r I keep getting virtually the same parameter estimates for each participant. I thought alt_delta() should return separate parameter estimates for each participant? I have run the same data through other Rescorla Wagner (RW) models (outside of hBayesDM), and I can see that the values are different for each participant. It is probably me being dim, but why might alt_delta() be returning similar estimates for each participant? Specifically, alt_delta() returns alpha approx. 0.5 for each participant. Any help/advice on this is greatly appreciated- thanks.
Thanks for providing all the details. The issue you’re experiencing with alt_delta() returning similar parameter estimates for each participant could be due to shrinkage effect, a common feature in hierarchical Bayesian modeling. In hierarchical models, individual parameter estimates are “pulled” toward the group-level mean, especially when there is limited variability in the data or when participant-level data is sparse. This shrinkage is a useful property for stabilizing estimates but can sometimes mask individual differences if the effect is too strong.
To further investigate, you might try fitting other models in hBayesDM (e.g., bandit2arm_delta, prl_fictitious_rp), which are also designed for two-armed bandit tasks. Testing these alternative models can help you determine whether similar results occur across different models or are specific to alt_delta().
Please feel free to reach out if you have additional questions or need further assistance.
When using alt_delta() in r I keep getting virtually the same parameter estimates for each participant. I thought alt_delta() should return separate parameter estimates for each participant? I have run the same data through other Rescorla Wagner (RW) models (outside of hBayesDM), and I can see that the values are different for each participant. It is probably me being dim, but why might alt_delta() be returning similar estimates for each participant? Specifically, alt_delta() returns alpha approx. 0.5 for each participant. Any help/advice on this is greatly appreciated- thanks.
Pilot_LM_Data.csv
The text was updated successfully, but these errors were encountered: