R/ml.R

Defines functions AIC.ml

#' @method AIC ml
#' @export
AIC.ml<-function(object,...)
{
  return(object$AIC)
}

Try the fitODBOD package in your browser

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

fitODBOD documentation built on Jan. 15, 2023, 5:11 p.m.