Skip to content

Commit

Permalink
Simplify epred (#323)
Browse files Browse the repository at this point in the history
* simplify epred

* Revert latent_lognormal epred

---------

Co-authored-by: athowes <[email protected]>
  • Loading branch information
seabbs and athowes authored Sep 12, 2024
1 parent d02c7c7 commit 8f441d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/latent_gamma.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ posterior_predict_latent_gamma <- function(i, prep, ...) { # nolint: object_leng
#' @autoglobal
#' @keywords internal
posterior_epred_latent_gamma <- function(prep) { # nolint: object_length_linter
mu <- brms::get_dpar(prep, "mu")
mu
brms::get_dpar(prep, "mu")
}

#' Calculate the pointwise log likelihood of the `latent_gamma` family
Expand Down

0 comments on commit 8f441d3

Please sign in to comment.