R/allGenerics.R

#' @export
#' @docType methods
#' @rdname predict-methods
#' @param object a model object for which prediction is desired.
#' @param ... Arguments to be passed to methods.
setGeneric(
  name = "predict",
  def = function(object, ...) {
    standardGeneric("predict")
  }
)

Try the maSAE package in your browser

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

maSAE documentation built on April 12, 2021, 5:06 p.m.