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
Hi, all. I am running a DDM model with HSSM. I've got the estimation result of parameters.
So now I'm trying to do a data simulation with these parameters. However, I find it confusing to interpret these parameters.
The result table is as followed (take "a" as example):
mean
a_Intercept
0.13032
a_1|participant_id[1]
-0.44538
a_1|participant_idt[2]
-0.26137
a_1|participant_id[3]
-0.26907
As "a" is in the Generalized logistic link function with bounds (0.3, 2.5), is there any method or function that I can transformed the result (e.g., 0.13032) into its actual value so that I will be able to do the data simulation.
Also, because I want to do the simulation individually, I wonder what is the correct way to transform the above result into the
actual individual parameter. Should I add "a_Intercept" + "a_1|participant_id[i]", then transform, or there is other way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, all. I am running a DDM model with HSSM. I've got the estimation result of parameters.
So now I'm trying to do a data simulation with these parameters. However, I find it confusing to interpret these parameters.
Here's my model:
As I have link_settings="log_logit", the link functions of a, z and t are all Generalized Logistic function:
The result table is as followed (take "a" as example):
As "a" is in the Generalized logistic link function with bounds (0.3, 2.5), is there any method or function that I can transformed the result (e.g., 0.13032) into its actual value so that I will be able to do the data simulation.
Also, because I want to do the simulation individually, I wonder what is the correct way to transform the above result into the
actual individual parameter. Should I add "a_Intercept" + "a_1|participant_id[i]", then transform, or there is other way?
Thanks for any help!!!
Beta Was this translation helpful? Give feedback.
All reactions