File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -296,10 +296,8 @@ test_sensitivity_ln <- function(est_eff,
296
296
conclusion2 ,
297
297
conclusion3 ,
298
298
needtworows = final_solution $ needtworows ,
299
- fragility = final_solution $ final_switch ,
300
- fragility_extra = final_solution $ final_extra ,
301
- RIR = RIR ,
302
- RIR_extra = RIR_extra ,
299
+ fragility = total_switch ,
300
+ RIR = total_RIR ,
303
301
notice_SE )
304
302
} else {
305
303
result <- list (conclusion1 ,
@@ -311,10 +309,8 @@ test_sensitivity_ln <- function(est_eff,
311
309
conclusion2 ,
312
310
conclusion3 ,
313
311
needtworows = final_solution $ needtworows ,
314
- fragility = final_solution $ final_switch ,
315
- fragility_extra = final_solution $ final_extra ,
316
- RIR = RIR ,
317
- RIR_extra = RIR_extra )
312
+ fragility = total_switch ,
313
+ RIR = total_RIR )
318
314
}
319
315
result <- result [! is.na(result )]
320
316
return (result )
You can’t perform that action at this time.
0 commit comments