From c4b8139a2170811890b61b36078a9d8cca492779 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 29 Jun 2023 08:12:02 +0200 Subject: [PATCH] add default value --- R/format.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/format.R b/R/format.R index e2d6d9a7d..d9cb77b2b 100644 --- a/R/format.R +++ b/R/format.R @@ -1,6 +1,6 @@ #' @export format.describe_posterior <- function(x, - cp, + cp = NULL, digits = 2, format = "text", ci_string = "CI",