Get dependence non decision #115
-
Hi, For pyDDM 0.8.1 we can now define non-decision time as: nondecision = "tr" instead of using overlay. (Since for startingpoint m.get_dependence("IC") still holds, I tried using "overlay" or "OverlayNonDecision" instead, but this doesn't work either). Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use Also, what is the reason for trying to access the object? You should normally not need this. If you want the parameter value, you can use |
Beta Was this translation helpful? Give feedback.
You can use
m.get_dependence("overlay")
but you said this does not work, could you please provide more details on what you mean by "does not work"?Also, what is the reason for trying to access the object? You should normally not need this. If you want the parameter value, you can use
m.parameters()
.