R/weights-methods.R

#' @rdname weights
setMethod("weights", "EL", function(object, ...) {
  if (!missing(...)) {
    warning("extra arguments are not supported.")
  }
  out <- getWeights(object)
  if (length(out) == 0L) {
    return(NULL)
  }
  out
})

Try the melt package in your browser

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

melt documentation built on May 31, 2023, 7:12 p.m.