Skip to content

Commit

Permalink
vignette code
Browse files Browse the repository at this point in the history
  • Loading branch information
bailliem committed Feb 25, 2025
1 parent 3bc8a84 commit 3d94f57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/Analyse2_with_ADMI.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ vars <- rbmi::set_vars(
# Define which imputation method to use
# (here: Bayesian multiple imputation with 200 imputed datsets)
method <- rbmi::method_bayes(
n_samples = IMPUTATIONS,
n_samples = 100,
control = rbmi::control_bayes(
warmup = WARMUP,
thin = THIN
warmup = 200,
thin = 2
)
)
Expand Down

0 comments on commit 3d94f57

Please sign in to comment.