R/Generic-optValue.R

### optValue: optimal ojective function value of the estimated model
#' @export
setGeneric("optValue",
           function(object, ...) {
              res <- standardGeneric("optValue")
              res
           }
           )
otoomet/statClasses documentation built on Dec. 13, 2021, 8:15 a.m.