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

Include ability to customize priors #38

Closed
sempwn opened this issue Mar 13, 2024 · 0 comments · Fixed by #39
Closed

Include ability to customize priors #38

sempwn opened this issue Mar 13, 2024 · 0 comments · Fixed by #39
Assignees
Labels
enhancement New feature or request

Comments

@sempwn
Copy link
Owner

sempwn commented Mar 13, 2024

Want to fully customize all model priors in the following manner,

# insert reprex here
priors <- list(
    c = list(mu = 0, sd = 1),
    ct0 = list(mu = 0, sd = 1),
    zeta = list(mu = 0, sd = 1),
    mu0 = list(mu = 0, sd = 1),
    sigma = list(mu = 0, sd = 1)
)
d <- model_random_walk_data()
fit <- est_naloxone(d, priors = priors)
@sempwn sempwn self-assigned this Mar 13, 2024
@sempwn sempwn added the enhancement New feature or request label Mar 13, 2024
sempwn pushed a commit that referenced this issue Mar 13, 2024
sempwn pushed a commit that referenced this issue Mar 13, 2024
@sempwn sempwn linked a pull request Mar 13, 2024 that will close this issue
sempwn pushed a commit that referenced this issue Mar 13, 2024
sempwn added a commit that referenced this issue Mar 14, 2024
Fixes #38 Add in ability to change priors
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

Successfully merging a pull request may close this issue.

1 participant