## File Name: logLik_extract_ic.R
## File Version: 0.071
logLik_extract_ic <- function( object )
{
out <- - object$ic$deviance / 2
attr(out, 'df') <- object$ic$np
attr(out, 'nobs') <- object$ic$n
class(out) <- 'logLik'
return(out)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.