Skip to content

Commit

Permalink
Update format_ci.R
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Feb 5, 2024
1 parent 916bdc9 commit c726845
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/format_ci.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
#'
#' x <- format_ci(c(1.205, 23.4, 100.43), c(3.57, -13.35, 9.4), width = "auto")
#' cat(x, sep = "\n")
#'
#' # insight::format_ci(bayestestR::ci(rnorm(1000)))
#' @export
format_ci <- function(CI_low, ...) {
UseMethod("format_ci")
Expand Down

0 comments on commit c726845

Please sign in to comment.