R/methodNames.R

#' 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")

Try the FuzzyImputationTest package in your browser

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

FuzzyImputationTest documentation built on April 3, 2025, 9:23 p.m.