modifications to ui and using DT for tables

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-28 21:02:23 +01:00
commit 15fe4ca188
No known key found for this signature in database
16 changed files with 567 additions and 128 deletions

View file

@ -2,7 +2,7 @@
% Please edit documentation in R/regression_model.R
\name{regression_model}
\alias{regression_model}
\title{Print a flexible baseline characteristics table}
\title{Create a regression model programatically}
\usage{
regression_model(
data,
@ -11,7 +11,8 @@ regression_model(
formula.str = NULL,
args.list = NULL,
fun = NULL,
vars = NULL
vars = NULL,
...
)
}
\arguments{
@ -28,12 +29,14 @@ regression_model(
\item{fun}{Name of function as character vector or function to use for model creation.}
\item{vars}{character vector of variables to include}
\item{...}{ignored for now}
}
\value{
object of standard class for fun
}
\description{
Print a flexible baseline characteristics table
Create a regression model programatically
}
\examples{
gtsummary::trial |>