#' mivae: multiple imputation using variational autoencoders
#'
#' scalable multiple imputation
#'
#' @docType package
#' @name misle
#' @import tensorflow
#' @import xgboost
#' @import Matrix
#' @import R6
#' @import reticulate
#' @importFrom R6 R6Class
#' @importFrom dplyr mutate_all
#' @importFrom sjmisc to_dummy
#' @importFrom Rfast knn
#' @importFrom mice matchindex
"_PACKAGE"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.