R/nobs-methods.R

#' @rdname nobs
setMethod("nobs", "EL", function(object, ...) {
  object@nobs
})

#' @rdname nobs
setMethod("nobs", "SummaryEL", function(object, ...) {
  object@nobs
})

#' @rdname nobs
setMethod("nobs", "SummaryLM", function(object, ...) {
  object@nobs
})

Try the melt package in your browser

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

melt documentation built on May 29, 2024, 10:21 a.m.