Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 30, 2023
1 parent 47b6b6f commit 9442cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/describe_posterior.R
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ describe_posterior.default <- function(posteriors, ...) {
if (!is.data.frame(test_pmap)) {
test_pmap <- data.frame(
Parameter = "Posterior",
p_map = test_pmap,
p_MAP = test_pmap,
stringsAsFactors = FALSE
)
}
Expand Down

0 comments on commit 9442cb6

Please sign in to comment.