Skip to content

Commit 670401e

Browse files
committed
delete extra 4
1 parent 464230c commit 670401e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/summary.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ summary.gs_design <- function(object,
321321
)
322322

323323
# Prepare the columns decimals ----
324-
default_decimals <- c(NA, NA, 2, if (method != "combo") 4, 4, 4, 4, 4)
324+
default_decimals <- c(NA, NA, 2, if (method != "combo") 4, 4, 4, 4)
325325
default_vars <- c(
326326
"analysis", "bound", "z",
327327
sprintf("~%s at bound", switch(method, ahr = "hr", wlr = "whr", rd = "risk difference")),

0 commit comments

Comments
 (0)