Closed hfrick closed 2 years ago
closes #68
censored:::check_strata_remaining(rlang::expr(x * (y + strata(s)) + z)) #> Error: #> ! Stratification must be nested under a chain of `+` calls. #> ℹ # Good: ~ x1 + x2 + strata(s) #> ℹ # Bad: ~ x1 + (x2 + strata(s))
Created on 2022-05-20 by the reprex package (v2.0.1)
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
closes #68
Created on 2022-05-20 by the reprex package (v2.0.1)