find_varaux: Find auxillary variables, ie predictors of data missingness

View source: R/imputation.R

find_varauxR Documentation

Find auxillary variables, ie predictors of data missingness

Description

Find auxillary variables, ie predictors of data missingness

Usage

find_varaux(
  tab,
  vardep,
  varindep = character(0),
  varajust = character(0),
  type
)

Arguments

tab

A data.frame

vardep

The dependant variable

varindep

A character vector of independant variables

varajust

A character vector of covariates

type

Can be one of "linear", "logistic", "survival"


KZARCA/simplestats documentation built on April 11, 2025, 10:58 p.m.