Hi,
First of all congratulations on the update, everything works smoothly so far!
I've got 2 naive syntax questions.
1) I've ran a group model with a condition effect on 'a' and I'm trying to compute the difference between conditions by means of the group_cond_diff function I found in kabuki.analyze
>>> group_cond_diff(model,'a','repeat','switch')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\kabuki\analyze.py", line 215, in group_con
d_diff
node_dict = hm.params_include[name].subj_nodes
AttributeError: 'HDDM' object has no attribute 'params_include'
I assume that I did not enter the node name correctly but I've tried a number of possibilities and it keeps giving the same error message. Can anyone help me out with the correct syntax?
Moreover, I've also got a model which contains a group*condition interaction, any tips on how I can adjust the script such that it loops over subjects and groups?
2) I tested convergenge by means of the posterior plots and geweke. I would however like to run the gelman_rubin. Since I've got a group model the MAP method cannot be used and it is suggested to use the subj_by_subj_map_init. I cannot seem to find this function anywere, how should it be called?
Thanks a lot!
Inge