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
the function summary(M) does not show me the parameters (it only says: no free parameters). However, when I create a model with free parameters (e.g., change choicerule to softmax), calling summary(M) shows me the complete list of constrained and free parameters (which is really, really nice!).
Maybe we could do the same for the case we have no free parameters? Because it's really helpful and well done :)
The text was updated successfully, but these errors were encountered:
Hey Jana
When creating a model (I tried it with the cpt), that has no free parameter at all:
https://github.com/JanaJarecki/cognitivemodels/blob/ad0c0eb29fde15ce18a912000dcd037fdc2c0b59/tests/testthat/test_cpt.R#L14
the function summary(M) does not show me the parameters (it only says: no free parameters). However, when I create a model with free parameters (e.g., change choicerule to softmax), calling summary(M) shows me the complete list of constrained and free parameters (which is really, really nice!).
Maybe we could do the same for the case we have no free parameters? Because it's really helpful and well done :)
The text was updated successfully, but these errors were encountered: