mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
version bump - regression - data overview
This commit is contained in:
parent
f73af16ae1
commit
f249aaa9ab
29 changed files with 2888 additions and 1239 deletions
|
|
@ -4,7 +4,14 @@
|
|||
\alias{create_baseline}
|
||||
\title{Create a baseline table}
|
||||
\usage{
|
||||
create_baseline(data, ..., by.var, add.p = FALSE, add.overall = FALSE)
|
||||
create_baseline(
|
||||
data,
|
||||
...,
|
||||
by.var,
|
||||
add.p = FALSE,
|
||||
add.overall = FALSE,
|
||||
theme = c("jama", "lancet", "nejm", "qjecon")
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data}
|
||||
|
|
@ -24,5 +31,5 @@ gtsummary table list object
|
|||
Create a baseline table
|
||||
}
|
||||
\examples{
|
||||
mtcars |> create_baseline(by.var = "gear", add.p="yes"=="yes")
|
||||
mtcars |> create_baseline(by.var = "gear", add.p = "yes" == "yes")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue