mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 01:49:39 +02:00
add p-value to all model summaries
This commit is contained in:
parent
d1138450fe
commit
027a2797a4
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ regression_table_create <- function(x, ..., args.list = NULL, fun = "gtsummary::
|
|||
|
||||
if (any(c(length(class(x)) != 1, class(x) != "lm"))) {
|
||||
if (!"exponentiate" %in% names(args.list)) {
|
||||
args.list <- c(args.list, list(exponentiate = TRUE))
|
||||
args.list <- c(args.list, list(exponentiate = TRUE, p.values = TRUE))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue