Nothing
## 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)
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.