R/predict.Dimora.R

Defines functions predict.Dimora

Documented in predict.Dimora

predict.Dimora <- function(object,...,newx){
  object$model(newx,object$Estimate$Estimate)
}

Try the DIMORA package in your browser

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

DIMORA documentation built on Oct. 7, 2023, 5:07 p.m.