R/fit.R

Defines functions .fit

.fit <- function(self, data) {
  UseMethod(".fit")
}

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.