Skip to content

Commit

Permalink
Update test_sensitivity_ln.R
Browse files Browse the repository at this point in the history
  • Loading branch information
JihoonChoi26 authored Dec 12, 2023
1 parent 3d0cf00 commit d1a0179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/test_sensitivity_ln.R
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ test_sensitivity_ln <- function(est_eff,
} else if (!final_solution$needtworows & final_solution$final_switch == 1) {
#conclusion1 <-
cat(paste(
change, sprintf("one would need to replace %d (%.2f)", RIR, RIR_pi), RIRway, "\ncases"))
change, sprintf("one would need to replace %d \n(%.2f)", RIR, RIR_pi), RIRway, "\ncases"))

if (replace == "control") {
#conclusion1a <-
Expand Down Expand Up @@ -644,7 +644,7 @@ test_sensitivity_ln <- function(est_eff,
if (!final_solution$needtworows & final_solution$final_switch > 1) {
#conclusion1 <-
cat(paste(
change, sprintf("one would need to replace %d (%.2f)", RIR, RIR_pi), RIRway, "cases "))
change, sprintf("one would need to replace %d \n(%.2f)", RIR, RIR_pi), RIRway, "cases "))

if (replace == "control") {
#conclusion1a <-
Expand Down

0 comments on commit d1a0179

Please sign in to comment.