Skip to content

Commit

Permalink
Just have usePosterior to do
Browse files Browse the repository at this point in the history
  • Loading branch information
mnneely committed Dec 27, 2024
1 parent 75855ab commit 6dfc453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/PM_sim.R
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ PM_sim <- R6::R6Class(
posdef <- eigen(signif(pop_cov, 15)) # last check
if (any(posdef$values < 0)) {
cli::cli_abort(c("x" = "Unable to fix covariance."))
}

}
if (ans == 3) {
pop_cov2 <- diag(0, nrow(pop_cov))
Expand Down

0 comments on commit 6dfc453

Please sign in to comment.