R/residuals.distfreereg.R

Defines functions residuals.distfreereg

Documented in residuals.distfreereg

residuals.distfreereg <-
  function(object, ..., type = "raw"){
    strict_match(arg = type, choices = c("raw", "sphered", "transformed"))
    stopifnot(!is.null(object[["residuals"]][[type]]))
    return(object[["residuals"]][[type]])
  }

Try the distfreereg package in your browser

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

distfreereg documentation built on April 4, 2025, 12:30 a.m.