R/defaultCV.R

Defines functions defaultCV

defaultCV <- function(n, min = 10) {
  cv <- NULL
  v <- n / min
  if (v >= 150) cv <- 15
}

Try the mlim package in your browser

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

mlim documentation built on Dec. 28, 2022, 2:33 a.m.