Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

summary(M) #53

Open
FlorianSeitz opened this issue Apr 30, 2020 · 0 comments
Open

summary(M) #53

FlorianSeitz opened this issue Apr 30, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@FlorianSeitz
Copy link
Collaborator

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 :)

@FlorianSeitz FlorianSeitz added the enhancement New feature or request label Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants