mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
new version
This commit is contained in:
parent
ec5603d368
commit
5c5f118f6e
18 changed files with 640 additions and 530 deletions
19
man/compare_missings.Rd
Normal file
19
man/compare_missings.Rd
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
% 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)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data frame}
|
||||
|
||||
\item{by_var}{variable to stratify by missingness}
|
||||
}
|
||||
\value{
|
||||
gtsummary list object
|
||||
}
|
||||
\description{
|
||||
Pairwise comparison of missings across covariables
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue