Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 27, 2024
1 parent 15d2cea commit 213b622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot.parameters_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ plot.see_parameters_model <- function(x,
# user wants to plot random effects (group levels)?
if (isFALSE(model_attributes$ignore_group) &&
isTRUE(model_attributes$mixed_model) &&
!"describe_posterior" %in% model_attributes$class) {
!"brmsfit" %in% model_attributes$model_class) {
if (missing(show_intercept)) {
show_intercept <- TRUE
}
Expand Down

0 comments on commit 213b622

Please sign in to comment.