Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 13, 2024
1 parent 5d77039 commit 743c7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/find_response.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ find_response.brmsfit <- function(x, combine = TRUE, ...) {
} else {
resp <- safe_deparse(f$conditional[[2L]])
if (grepl("|", resp, fixed = TRUE)) {
resp <- all.vars(i$conditional[[2L]])
resp <- all.vars(f$conditional[[2L]])
}
}

Expand Down

0 comments on commit 743c7f6

Please sign in to comment.