You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(gtsummary)
packageVersion("gtsummary")
#> [1] '1.7.0'trial|>
tbl_summary(
include= c(response, age)
) |>
add_ci(include=age) |>
as_kable()
#> There was an error for variable 'response':#> Error in summary_type[[variable]]: subscript out of bounds#> ✖ `add_ci()` added mean CI for "age"; however, no mean is shown in the `tbl_summary()` table.
Created on 2023-04-07 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: