Skip to content

Commit

Permalink
birdie doc + defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMcCartan committed May 10, 2023
1 parent 0de655b commit 64acbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/fit_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ check_make_prior <- function(prior, model, outcomes, races) {
)
} else if (model == "mmm") {
prior = list(
scale_sigma = 0.2,
scale_beta = 1.0
scale_sigma = rep(0.1, n_r),
scale_beta = rep(0.2, n_r)
)

cli_inform(c("Using default prior for Pr(X | R):",
Expand Down

0 comments on commit 64acbbf

Please sign in to comment.