-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
featureNew feature or requestNew feature or request
Description
Currently methods to run Stan algorithms
https://mc-stan.org/cmdstanr/reference/model-method-sample.html
state
Any argument left as NULL will default to the default value used by the installed version of CmdStan. See the CmdStan User’s Guide for more details.
It would be nice to have methods that would call CmdStan help and show the defaults of the actual CmdStan used. For example, we could have a method $sample_defaults(), which would execute the model binary with argument sample help-all. The minimal implementation would print the help text as is (excluding the generic part in the end). A bit nicer version would parse the arguments and defaults to be a nested list so that the defaults could easily be accessed programmatically.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request