regression module reactively hides/shows p-values

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-05-13 08:16:10 +02:00
commit 07797b2adf
No known key found for this signature in database
5 changed files with 45 additions and 28 deletions

View file

@ -58,6 +58,13 @@ gtsummary::trial |>
args.list = list(family = stats::binomial(link = "logit"))
) |>
regression_table()
mtcars|>
regression_model(
outcome.str = "mpg",
args.list = NULL)
) |>
regression_table()
list(
"Univariable" = regression_model_uv,