R/getDesign.R

# --------------------------------------------
# Generic function for the Design
# --------------------------------------------

#' Design of a randomization procedure
#'
#' Generates a \code{character} vector which specifies the used randomization method
#'
#' @param obj object of the class \code{randSeq} or \code{randPar}.
#'
#' @name getDesign
NULL


#' @rdname getDesign
#' @returns the name of the randomization procedure used
#' @export
setGeneric("getDesign", function(obj) standardGeneric("getDesign"))

Try the randomizeR package in your browser

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

randomizeR documentation built on Sept. 19, 2023, 1:08 a.m.