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 1c21b0a commit c0d8a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ard_proportion_ci.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ard_proportion_ci <- function(data,
dplyr::bind_rows()
}

.calculate_ard_proportion <- function(data, variables, by, method, conf.level, strata, weights) {
.calculate_ard_proportion <- function(data, variables, by, method, conf.level, strata, weights, max.iterations) {
cards::ard_complex(
data = data,
variables = {{ variables }},
Expand Down

0 comments on commit c0d8a7a

Please sign in to comment.