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