R/predict.R

Defines functions .predict

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

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.