Skip to content

Commit

Permalink
Merge branch 'main' into strengejacke/issue643
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 17, 2024
2 parents ab60d46 + cde9716 commit 53cc30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/p_rope.R
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ p_rope.brmsfit <- function(x,
effects = c("fixed", "random", "all"),
component = c("conditional", "zi", "zero_inflated", "all"),
parameters = NULL,
verbose = verbose,
verbose = TRUE,
...) {
out <- .p_rope(rope(
x,
Expand Down

0 comments on commit 53cc30d

Please sign in to comment.