Nothing
## File Name: mice_imputation_smcfcs_require_namespace.R
## File Version: 0.03
mice_imputation_smcfcs_require_namespace <- function(model_type)
{
#-- mdmb package
mdmb_models <- c("bct","yjt","lognorm")
if (model_type %in% mdmb_models ){
requireNamespace("mdmb")
}
}
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.