R/resamplingMethods.R

#' A vector containing names of all resampling methods.
#'
#' @description
#' `resamplingMethods` is a vector containing names of all resampling methods.
#'
#' @return This function returns a vector of strings.
#'
#'
#' @examples
#'
#' # check the names of the available resampling methods
#'
#' resamplingMethods
#'
#' @export

resamplingMethods <- c("ClassicalBootstrap", "VAMethod", "EWMethod",
                       "VAFMethod", "DMethod", "WMethod", "VAAMethod")

Try the FuzzyResampling package in your browser

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

FuzzyResampling documentation built on Oct. 4, 2024, 5:11 p.m.