R/lax_methods.R

Defines functions nobs.lax

# nobs method for objects of class "lax"
# We add this because "chandwich" doesn't have a nobs method

#' @export
nobs.lax <- function(object, ...) {
  return(attr(object, "nobs"))
}

Try the lax package in your browser

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

lax documentation built on Sept. 3, 2023, 1:07 a.m.