Create regression summary table
+Usage
+regression_table_create(
+ x,
+ ...,
+ args.list = NULL,
+ fun = "gtsummary::tbl_regression",
+ theme = c("jama", "lancet", "nejm", "qjecon")
+)
From a5107eab3629008e837d6377a6e53f5e098d32ab Mon Sep 17 00:00:00 2001 From: agdamsbo <43278243+agdamsbo@users.noreply.github.com> Date: Mon, 12 May 2025 11:15:41 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20agdamsbo?= =?UTF-8?q?/FreesearchR@a82a5c6378589e0d1c89cf3ae4d47d49d3ffe880=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgdown.yml | 2 +- reference/getfun.html | 2 +- reference/index.html | 6 ++ reference/regression_table_create.html | 107 +++++++++++++++++++++++++ search.json | 2 +- sitemap.xml | 1 + 6 files changed, 117 insertions(+), 3 deletions(-) create mode 100644 reference/regression_table_create.html diff --git a/pkgdown.yml b/pkgdown.yml index fd82102..9c95013 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -6,7 +6,7 @@ articles: FreesearchR: FreesearchR.html session: session.html visuals: visuals.html -last_built: 2025-05-12T10:02Z +last_built: 2025-05-12T11:14Z urls: reference: https://agdamsbo.github.io/FreesearchR/reference article: https://agdamsbo.github.io/FreesearchR/articles diff --git a/reference/getfun.html b/reference/getfun.html index 48cabf3..2ef1ad3 100644 --- a/reference/getfun.html +++ b/reference/getfun.html @@ -138,7 +138,7 @@ #> z$qr <- NULL #> z #> } -#> <bytecode: 0x562cc0c303c0> +#> <bytecode: 0x558929740180> #> <environment: namespace:stats> diff --git a/reference/index.html b/reference/index.html index 1e1cb85..59b0e70 100644 --- a/reference/index.html +++ b/reference/index.html @@ -502,6 +502,12 @@
regression_table_create()
+
+ remove_empty_attr()
Create regression summary table
+regression_table_create(
+ x,
+ ...,
+ args.list = NULL,
+ fun = "gtsummary::tbl_regression",
+ theme = c("jama", "lancet", "nejm", "qjecon")
+)