mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 09:32:10 +01:00
24 lines
293 B
Markdown
24 lines
293 B
Markdown
|
|
# Pairwise comparison of missings across covariables
|
||
|
|
|
||
|
|
Pairwise comparison of missings across covariables
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
``` r
|
||
|
|
compare_missings(data, by_var, max_level = 20)
|
||
|
|
```
|
||
|
|
|
||
|
|
## Arguments
|
||
|
|
|
||
|
|
- data:
|
||
|
|
|
||
|
|
data frame
|
||
|
|
|
||
|
|
- by_var:
|
||
|
|
|
||
|
|
variable to stratify by missingness
|
||
|
|
|
||
|
|
## Value
|
||
|
|
|
||
|
|
gtsummary list object
|