File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ gs_update_ahr <- function(
305
305
# futility bound calculation if different from `info`
306
306
# impacts futility hypothesis bound calculation.
307
307
info1 = x $ analysis $ info ,
308
- info_scale = " h0_h1_info " ,
308
+ info_scale = x $ input $ info_scale ,
309
309
upper = x $ input $ upper , upar = upar_update ,
310
310
test_upper = x $ input $ test_upper ,
311
311
lower = x $ input $ lower , lpar = x $ input $ lpar ,
@@ -325,7 +325,7 @@ gs_update_ahr <- function(
325
325
# futility bound calculation if different from `info`
326
326
# impacts futility hypothesis bound calculation.
327
327
info1 = NULL ,
328
- info_scale = " h0_h1_info " ,
328
+ info_scale = x $ input $ info_scale ,
329
329
upper = x $ input $ upper , upar = upar_update ,
330
330
test_upper = x $ input $ test_upper ,
331
331
lower = x $ input $ lower , lpar = x $ input $ lpar ,
You can’t perform that action at this time.
0 commit comments