exportng regression_table_create function

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-05-12 12:57:24 +02:00
commit a82a5c6378
No known key found for this signature in database
3 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,31 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/regression_table.R
\name{regression_table_create}
\alias{regression_table_create}
\title{Create regression summary table}
\usage{
regression_table_create(
x,
...,
args.list = NULL,
fun = "gtsummary::tbl_regression",
theme = c("jama", "lancet", "nejm", "qjecon")
)
}
\arguments{
\item{x}{(list of) regression model}
\item{...}{ignored for now}
\item{args.list}{args.list for the summary function}
\item{fun}{table summary function. Default is "gtsummary::tbl_regression"}
\item{theme}{summary table theme}
}
\value{
gtsummary list object
}
\description{
Create regression summary table
}