Skip to content

Use natural parameters when specifying uncertain distributions #893

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

Merged
merged 18 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix missing comma
  • Loading branch information
jamesmbaazam committed Dec 13, 2024
commit 172743a95bcdfde34a4e7865fe2631a9308a395b
12 changes: 6 additions & 6 deletions R/regional_epinow.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
#' prior = LogNormal(
#' meanlog = 2,
#' sdlog = 0.2
#' ),
#' stan = stan_opts(
#' samples = 100, warmup = 200
#' ),
#' verbose = interactive()
#' )
#' )
#' ),
#' stan = stan_opts(
#' samples = 100, warmup = 200
#' ),
#' verbose = interactive()
#' )
#' options(old_opts)
#' }
Expand Down
12 changes: 6 additions & 6 deletions man/regional_epinow.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.