Skip to content

Commit

Permalink
suppess a superfluous message
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jun 28, 2024
1 parent d08a33b commit 7710bbb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/brm_archetype.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,12 @@ brm_archetype_attributes <- function(data) {
#' @export
summary.brms_mmrm_archetype <- function(object, ...) {
formula <- brm_formula(object)
transform <- brm_transform_marginal(object, formula, prefix = "")
transform <- brm_transform_marginal(
object,
formula,
average_within_subgroup = FALSE,
prefix = ""
)
transform <- transform[, attr(object, "brm_archetype_interest")]
marginals <- gsub(brm_sep(), ":", rownames(transform), fixed = TRUE)
lines <- c(
Expand Down

0 comments on commit 7710bbb

Please sign in to comment.