R/generics.R

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

validate_estimator <- function(estimator) {
  UseMethod("validate_estimator")
}

# coef

# predict

# interpret coefficients

translate <- function(specification, implementation, others) {
  UseMethod("translate")
}
alexpghayes/reimagine documentation built on May 9, 2019, 7:31 p.m.