R/predict.modreg.R

Defines functions predict.modreg

Documented in predict.modreg

predict.modreg <-
function(object, ...){
  args <- list(...)
  args$object <- object$reg
  do.call(mgcv::predict.gam, args)
}

Try the dirttee package in your browser

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

dirttee documentation built on Sept. 14, 2022, 5:06 p.m.