FreesearchR/man/compare_missings.Rd

25 lines
495 B
Text
Raw Normal View History

2025-07-03 16:20:15 +02:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/missings-module.R
\name{compare_missings}
\alias{compare_missings}
\title{Pairwise comparison of missings across covariables}
\usage{
compare_missings(
data,
by_var,
max_level = 20,
type = c("predictors", "outcome")
)
2025-07-03 16:20:15 +02:00
}
\arguments{
\item{data}{data frame}
\item{by_var}{variable to stratify by missingness}
}
\value{
gtsummary list object
}
\description{
Pairwise comparison of missings across covariables
}