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 1, 2023
1 parent abb691e commit d194d60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/test_sensitivity_ln.R
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ test_sensitivity_ln <- function(est_eff,
cat(paste(
sprintf("This is equivalent to transferring \n%d", final_solution$final_switch),
c("case from"), transferway,
sprintf("(Fragility = %d).\n", total_switch),
sprintf("This transfer of cases yields the following table:")
sprintf("(Fragility = %d).", total_switch),
sprintf("\nThis transfer of cases yields the following table:")
))

} else if (!final_solution$needtworows & final_solution$final_switch == 1) {
Expand All @@ -393,8 +393,8 @@ test_sensitivity_ln <- function(est_eff,
cat(paste(
sprintf("This is equivalent to transferring \n%d", final_solution$final_switch),
c("case from"), transferway,
sprintf("(Fragility = %d).\n", total_switch),
sprintf("This transfer of cases yields the following table:")
sprintf("(Fragility = %d).", total_switch),
sprintf("\nThis transfer of cases yields the following table:")
))

} else {
Expand Down

0 comments on commit d194d60

Please sign in to comment.