mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
moved app to correctly include in package and allow load with dataset
This commit is contained in:
parent
419faca242
commit
8e73992b39
32 changed files with 5561 additions and 273 deletions
|
|
@ -25,7 +25,7 @@ gtsummary::trial |>
|
|||
outcome.str = "stage",
|
||||
fun = "MASS::polr"
|
||||
) |>
|
||||
regression_table(args.list = list(exponentiate = TRUE))
|
||||
regression_table(args.list = list("exponentiate" = TRUE))
|
||||
gtsummary::trial |>
|
||||
regression_model(
|
||||
outcome.str = "age",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue