Skip to content

Commit

Permalink
minor doc cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Apr 9, 2024
1 parent 585bd56 commit ceffe53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/brm_multiple.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#' # fit the model using brms
#' fit_imp2 <- brm_multiple(bmi ~ age + hyp + chl, data = imp, chains = 1)
#' summary(fit_imp2)
#' plot(fit_imp2, pars = "^b_")
#' plot(fit_imp2, variable = "^b_", regex = TRUE)
#'
#' # investigate convergence of the original models
#' library(posterior)
Expand All @@ -67,7 +67,7 @@
#' # use the future package for parallelization
#' library(future)
#' plan(multisession, workers = 4)
#' fit_imp3 <- brm_multiple(bmi~age+hyp+chl, data = imp, chains = 1)
#' fit_imp3 <- brm_multiple(bmi ~ age + hyp + chl, data = imp, chains = 1)
#' summary(fit_imp3)
#' }
#'
Expand Down
4 changes: 2 additions & 2 deletions man/brm_multiple.Rd

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

0 comments on commit ceffe53

Please sign in to comment.