mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
This commit is contained in:
parent
16adb622ee
commit
e9422a418b
17 changed files with 173 additions and 48 deletions
28
man/create_baseline.Rd
Normal file
28
man/create_baseline.Rd
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/baseline_table.R
|
||||
\name{create_baseline}
|
||||
\alias{create_baseline}
|
||||
\title{Create a baseline table}
|
||||
\usage{
|
||||
create_baseline(data, ..., by.var, add.p = FALSE, add.overall = FALSE)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data}
|
||||
|
||||
\item{...}{passed as fun.arg to baseline_table()}
|
||||
|
||||
\item{add.p}{add comparison/p-value}
|
||||
|
||||
\item{add.overall}{add overall column}
|
||||
|
||||
\item{strat.var}{grouping/strat variable}
|
||||
}
|
||||
\value{
|
||||
gtsummary table list object
|
||||
}
|
||||
\description{
|
||||
Create a baseline table
|
||||
}
|
||||
\examples{
|
||||
mtcars |> create_baseline(by.var = "gear", add.p="yes"=="yes")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue