-
Notifications
You must be signed in to change notification settings - Fork 5
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
Facilitate user passing in priors #71
Comments
I've been thinking about this and one thing we could do is like:
What do you think @seabbs? Am playing with this at the moment. |
yeah could do it as the output and update the list using ModifyList |
What do you mean by "as the output"? The output of I'd imagine that the output is the list of priors, as required by I think that this should be the output, and then there should be a message about which default priors have been used. Perhaps there could just be one message at the end to say how to change the priors. Perhaps the messages could be set to be off by default somehow when passed in as default argument to |
epidist(..., priors = could be a pattern |
Goal
As a part of a Bayesian analysis, users of this package should be able to easily pass in prior distributions they would like to use. We should also provide sensible default options.
Context
epidist
interfaces viabrms
making it easy to help users pass in some priors. For other parameters (custom) then it's harder.Required features
epidist_priors
to document the names of the parameters that users can pass inepidist::epidist
to accept input of priorsbrms
priors if we think there is good reason toOut of scope
brms
default ones)Related documents
The text was updated successfully, but these errors were encountered: