Skip to content

Commit 5e3d077

Browse files
author
Florence Bockting
committed
fix: update x-label in loo-pit, independent plot
1 parent 4f0e866 commit 5e3d077

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

R/ppc-loo.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ ppc_loo_pit_ecdf <- function(y,
686686
linewidth = 0.5,
687687
show.legend = FALSE
688688
) +
689-
labs(x = "PIT", y = y_label) +
689+
labs(x = "LOO-PIT", y = y_label) +
690690
yaxis_ticks(FALSE) +
691691
scale_color_ppc() +
692692
bayesplot_theme_get()

tests/testthat/_snaps/ppc-loo/ppc-loo-pit-ecdf-default.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ppc-loo/ppc-loo-pit-ecdf-ecdf-difference.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ppc-loo/ppc-loo-pit-ecdf-k.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ppc-loo/ppc-loo-pit-ecdf-prob.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)