Skip to content

Commit

Permalink
typo cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsocolar committed Oct 29, 2023
1 parent 48b417a commit f770b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pp_mixture.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pp_mixture.brmsfit <- function(x, newdata = NULL, re_formula = NULL,
if (!is.mixfamily(family)) {
all_families <- family$family
} else {
all_families <- lapply(fit$family$mix, get_family)
all_families <- lapply(x$family$mix, get_family)
}
any_zihu <- any(unlist(lapply(all_families, is.zihufamily)))

Expand Down

0 comments on commit f770b96

Please sign in to comment.