implemented checks with 'performance' package

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-29 14:30:02 +01:00
commit 3ce9902170
No known key found for this signature in database
13 changed files with 574 additions and 27 deletions

View file

@ -49,7 +49,7 @@ gtsummary::trial |>
formula.str = "{outcome.str}~.",
args.list = NULL
)
gtsummary::trial |> regression_model(
ls <- gtsummary::trial |> regression_model(
outcome.str = "trt",
auto.mode = FALSE,
fun = "stats::glm",