R/chklist.R

Defines functions chklist

chklist <- function(x) {
  if (!is.list(x))
    stop("Argument '", deparse(substitute(x)),
         "' must be a list.", call. = FALSE)
}

Try the netmeta package in your browser

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

netmeta documentation built on May 31, 2023, 5:45 p.m.