R/resid.R

Defines functions .resid

.resid <- function(object, ...) {
  UseMethod(".resid")
}

Try the tidyfit package in your browser

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

tidyfit documentation built on Oct. 3, 2024, 5:06 p.m.