R/returnCode.R

Defines functions returnCode returnCode.default returnCode.maxLik

Documented in returnCode returnCode.default returnCode.maxLik

## Returns return (error) code

returnCode <- function(x, ...)
    UseMethod("returnCode")

returnCode.default <- function(x, ...)
    x$returnCode

returnCode.maxLik <- function(x, ...)
    x$code
EBukin/maxLik-dev documentation built on May 6, 2019, 11:21 a.m.