R/predict_gambin.R

Defines functions predict.gambin

#' @export
predict.gambin = function(object, ...) 
  return(object$fitted.values)

Try the gambin package in your browser

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

gambin documentation built on April 17, 2021, 1:06 a.m.