Nothing
### Returns return code of maxim objects
### This is tells either error, or other cause the iterations ended,
### such as the result converged
returnCode <- function(x, ...)
UseMethod("returnCode")
returnCode.default <- function(x, ...)
x$returnCode
returnCode.maxim <- function(x, ...)
x$code
returnCode.maxLik <- function(x, ...)
x$code
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.