Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Jul 27, 2023
2 parents 8f6f6ca + b8d060f commit 3cebdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/likelihood_estimation.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ estimate_likelihood <- function(chains_observed,

if (!individual) {
chains_likelihood <- vapply(chains_likelihood, sum, 0)
}
}

return(chains_likelihood)
}

0 comments on commit 3cebdb3

Please sign in to comment.