R/mice_imputation_define_wy.R

Defines functions mice_imputation_define_wy

## File Name: mice_imputation_define_wy.R
## File Version: 0.01

mice_imputation_define_wy <- function(wy, ry)
{
    if (is.null(wy)){
        wy <- !ry
    }
    return(wy)
}

Try the miceadds package in your browser

Any scripts or data that you put into this service are public.

miceadds documentation built on Jan. 7, 2023, 1:09 a.m.