mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 17:42:10 +01:00
24 lines
292 B
Markdown
24 lines
292 B
Markdown
|
|
# Wrapper to pivot gtsummary table data to long for plotting
|
||
|
|
|
||
|
|
Wrapper to pivot gtsummary table data to long for plotting
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
``` r
|
||
|
|
merge_long(list, model.names)
|
||
|
|
```
|
||
|
|
|
||
|
|
## Arguments
|
||
|
|
|
||
|
|
- list:
|
||
|
|
|
||
|
|
a custom regression models list
|
||
|
|
|
||
|
|
- model.names:
|
||
|
|
|
||
|
|
names of models to include
|
||
|
|
|
||
|
|
## Value
|
||
|
|
|
||
|
|
list
|