Nothing
### Methods for accessing loglik value maximum likelihood estimates
logLik.summary.maxLik <- function( object, ...) {
ll <- object$loglik
attr(ll, "df") <- sum(activePar(object))
ll
}
logLik.maxLik <- function( object, ...) {
ll <- maxValue(object)
attr(ll, "df") <- sum(activePar(object))
ll
}
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.