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"))
}
paulnorthrop/lax documentation built on Feb. 29, 2024, 11:58 a.m.