Skip to content

Commit

Permalink
Update ard_categorical_ci.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Nov 5, 2024
1 parent 808b1be commit de7ecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ard_categorical_ci.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ard_categorical_ci.data.frame <- function(data,
cards::process_selectors(data, variables = {{ variables }}, by = {{ by }})
method <- arg_match(method)
if (method %in% c("strat_wilson", "strat_wilsoncc")) {
cards::process_selectors(data, strata = strata)
cards::process_selectors(data, strata = {{ strata }} )
check_scalar(strata)
}
cards::process_formula_selectors(
Expand Down

0 comments on commit de7ecb5

Please sign in to comment.