Nothing
#' A vector containing names of the resampling methods.
#'
#' @description
#' `methodNames` is a vector containing names of the resampling methods.
#'
#' @return This function returns a vector of strings.
#'
#'
#' @examples
#'
#' # check the names
#'
#' methodNames
#'
#' @export
methodNames <- c("dimp", "missForest", "miceRanger","knn","pmm")
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.