mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 01:22:10 +01:00
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run
24 lines
495 B
R
24 lines
495 B
R
% 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")
|
|
)
|
|
}
|
|
\arguments{
|
|
\item{data}{data frame}
|
|
|
|
\item{by_var}{variable to stratify by missingness}
|
|
}
|
|
\value{
|
|
gtsummary list object
|
|
}
|
|
\description{
|
|
Pairwise comparison of missings across covariables
|
|
}
|