mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
regression module reactively hides/shows p-values
This commit is contained in:
parent
6db500d13a
commit
07797b2adf
5 changed files with 45 additions and 28 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue