File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ tip_with_binary_one <- function(b,
225
225
226
226
} else {
227
227
message_cli(c(
228
- " The observed effect ({round(o$effect_observed, 2)}) WOULD \\
228
+ " i " = " The observed effect ({round(o$effect_observed, 2)}) WOULD \\
229
229
be tipped by {round(o$n_unmeasured_confounders)} \\
230
230
unmeasured confounder{ifelse(o$n_unmeasured_confounders > 1, 's', '')} \\
231
231
with the following specifications:" ,
Original file line number Diff line number Diff line change @@ -203,8 +203,8 @@ tip_with_binary(effect_observed = 1.09,
203
203
unexposed_confounder_prev = 0.10 )
204
204
```
205
205
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:
208
208
## • estimated prevalence of the unmeasured confounder in the exposed population:
209
209
## 0.25
210
210
## • estimated prevalence of the unmeasured confounder in the unexposed
You can’t perform that action at this time.
0 commit comments