R/genperms.custom.R

Defines functions genperms.custom

Documented in genperms.custom

genperms.custom <-
function(numiter=10000,randfun=randfun.default,...) {
	arglist <- list(...)
	return(replicate(numiter,do.call(randfun,arglist)))
	}

Try the ri package in your browser

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

ri documentation built on May 2, 2019, 6:51 a.m.