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 31, 2023, 7:12 p.m.