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 June 28, 2024, 9:06 a.m.