Skip to content

Commit

Permalink
Create ard_proportion_ci.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Jan 23, 2024
1 parent 779b7ac commit 55b675c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tests/testthat/_snaps/ard_proportion_ci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# ard_proportion_ci(method='strat_wilson') works

Code
ard_proportion_ci(data = data.frame(rsp = rsp, strata = interaction(strata_data)),
variables = rsp, strata = strata, weights = weights, method = "strat_wilson")
Message
{cards} data frame: 1 x 8
Output
variable context stat_name stat_label statistic error
1 rsp proporti… prop_ci prop_ci NULL could no…
Message
i 2 more variables: statistic_fmt_fn, warning

---

Code
ard_proportion_ci(data = data.frame(rsp = rsp, strata = interaction(strata_data)),
variables = rsp, strata = strata, weights = weights, method = "strat_wilsoncc")
Message
{cards} data frame: 1 x 8
Output
variable context stat_name stat_label statistic error
1 rsp proporti… prop_ci prop_ci NULL could no…
Message
i 2 more variables: statistic_fmt_fn, warning

0 comments on commit 55b675c

Please sign in to comment.