Skip to content

Commit

Permalink
Update R/ard_proportion_ci.R
Browse files Browse the repository at this point in the history
Co-authored-by: Zelos Zhu <[email protected]>
Signed-off-by: Daniel Sjoberg <[email protected]>
  • Loading branch information
ddsjoberg and zdz2101 authored May 28, 2024
1 parent c0d8a7a commit af0444a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/ard_proportion_ci.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ ard_proportion_ci <- function(data,
method = method,
conf.level = conf.level,
strata = strata,
weights = weights
weights = weights,
max.iterations = max.iterations
) %>%
# merge in the variable levels
dplyr::left_join(
Expand Down

0 comments on commit af0444a

Please sign in to comment.