Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jun 5, 2023
1 parent ffc5e1d commit 69cb5d5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ importFrom(brms,get_prior)
importFrom(brms,prior)
importFrom(brms,unstr)
importFrom(dplyr,left_join)
importFrom(emmeans,contrast)
importFrom(emmeans,emmeans)
importFrom(rlang,warn)
importFrom(stats,as.formula)
Expand Down
2 changes: 1 addition & 1 deletion R/brm_marginal_summaries.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#' baseline = "visit 1",
#' outcome = "response"
#' )
#' brm_marginal_summaries(draws)
#' suppressWarnings(brm_marginal_summaries(draws))
brm_marginal_summaries <- function(
draws,
level = 0.95
Expand Down
2 changes: 1 addition & 1 deletion R/brm_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' @family help
#' @importFrom brms brm brmsformula get_prior prior unstr
#' @importFrom dplyr left_join
#' @importFrom emmeans contrast emmeans
#' @importFrom emmeans emmeans
#' @importFrom MASS mvrnorm
#' @importFrom rlang warn
#' @importFrom stats as.formula model.matrix rnorm runif
Expand Down
2 changes: 1 addition & 1 deletion man/brm_marginal_summaries.Rd

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

0 comments on commit 69cb5d5

Please sign in to comment.