mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 17:42:10 +01:00
35 lines
382 B
Markdown
35 lines
382 B
Markdown
|
|
# Create table of regression model
|
||
|
|
|
||
|
|
Create table of regression model
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
``` r
|
||
|
|
regression_table(x, ...)
|
||
|
|
```
|
||
|
|
|
||
|
|
## Arguments
|
||
|
|
|
||
|
|
- x:
|
||
|
|
|
||
|
|
regression model
|
||
|
|
|
||
|
|
- ...:
|
||
|
|
|
||
|
|
passed to methods
|
||
|
|
|
||
|
|
- args.list:
|
||
|
|
|
||
|
|
list of arguments passed to 'fun'.
|
||
|
|
|
||
|
|
- fun:
|
||
|
|
|
||
|
|
function to use for table creation. Default is
|
||
|
|
"gtsummary::tbl_regression".
|
||
|
|
|
||
|
|
## Value
|
||
|
|
|
||
|
|
object of standard class for fun
|
||
|
|
|
||
|
|
## Examples
|