R/BIFIE_nmi_error_message.R

Defines functions BIFIE_nmi_error_message

## File Name: BIFIE_nmi_error_message.R
## File Version: 0.05

BIFIE_nmi_error_message <- function(fun, NMI)
{
    if (NMI){
        n1 <- paste0("'", fun, "' cannot currently handle nested multiply imputed datasets.\n")
        stop(n1)
    }
}

Try the BIFIEsurvey package in your browser

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

BIFIEsurvey documentation built on April 5, 2022, 1:14 a.m.