updated docs

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-02-19 13:17:16 +01:00
commit c4b5a7ba79
No known key found for this signature in database
21 changed files with 444 additions and 80 deletions

View file

@ -23,7 +23,7 @@ Create table of regression model
}
\examples{
\dontrun{
gtsummary::trial |>
tbl <- gtsummary::trial |>
regression_model(
outcome.str = "stage",
fun = "MASS::polr"
@ -36,7 +36,7 @@ gtsummary::trial |>
formula.str = "{outcome.str}~.",
args.list = NULL
) |>
regression_table()
regression_table() |> plot()
gtsummary::trial |>
regression_model(
outcome.str = "trt",