We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e40eb5 commit 9f43d60Copy full SHA for 9f43d60
R/summary.R
@@ -329,10 +329,6 @@ summary.gs_design <- function(object,
329
# If the method is WLR, change HR to wHR
330
if (method == "wlr") xy <- replace_names(xy, c("~hr at bound" = "~whr at bound"))
331
332
- # If the method is COMBO, remove the column of "~HR at bound", and remove AHR from header
333
- if (method == "combo" && "~hr at bound" %in% names(xy))
334
- stop("'~hr at bound' can't be displayed!")
335
-
336
output <- table_ab(
337
# A data frame to be show as the summary header
338
# It has only ONE record for each value of `byvar`
0 commit comments