R/predict.expectreg.R

Defines functions predict.expectreg

Documented in predict.expectreg

predict.expectreg <-
function(object,newdata=NULL,with_intercept=T,...)
{
  object$predict(newdata,with_intercept=with_intercept)
}

Try the expectreg package in your browser

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

expectreg documentation built on March 18, 2022, 5:57 p.m.