R/predict.R

Defines functions predict

Documented in predict

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

Try the DA package in your browser

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

DA documentation built on July 12, 2021, 9:07 a.m.