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 Jan. 10, 2026, 1:06 a.m.