mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
modifications to ui and using DT for tables
This commit is contained in:
parent
c06d887c24
commit
15fe4ca188
16 changed files with 567 additions and 128 deletions
|
|
@ -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 |>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue