danheck / TreeBUGS

R package for fitting hierarchical multinomial processing tree (MPT) models
12 stars 5 forks source link

Burn-in period for C++ samplers and a minor bugfix #5

Closed mariusbarth closed 4 years ago

mariusbarth commented 4 years ago

Hi Daniel,

I fixed a minor bug (a missing stringsAsFactors = FALSE) that caused some problems while analyzing the quad-model data. Moreover, I tweaked the C++ samplers a little bit so that the samples from the burn-in period are not stored and do not waste memory, anymore. I also added two very simple tests for the C++ methods.

Best regards, Marius

danheck commented 4 years ago

Hi Marius, Thanks a lot for the bug fix! Best, Daniel