Skip to content

Commit 5c27a83

Browse files
fix inconsistency in message style
1 parent e5a667a commit 5c27a83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

R/tip_with_binary.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ tip_with_binary_one <- function(b,
225225

226226
} else {
227227
message_cli(c(
228-
"The observed effect ({round(o$effect_observed, 2)}) WOULD \\
228+
"i" = "The observed effect ({round(o$effect_observed, 2)}) WOULD \\
229229
be tipped by {round(o$n_unmeasured_confounders)} \\
230230
unmeasured confounder{ifelse(o$n_unmeasured_confounders > 1, 's', '')} \\
231231
with the following specifications:",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ tip_with_binary(effect_observed = 1.09,
203203
unexposed_confounder_prev = 0.10)
204204
```
205205

206-
## The observed effect (1.09) WOULD be tipped by 1 unmeasured confounder with the
207-
## following specifications:
206+
## The observed effect (1.09) WOULD be tipped by 1 unmeasured confounder with
207+
## the following specifications:
208208
## • estimated prevalence of the unmeasured confounder in the exposed population:
209209
## 0.25
210210
## • estimated prevalence of the unmeasured confounder in the unexposed

0 commit comments

Comments
 (0)