Nothing
## File Name: logLik.starts_uni.R
## File Version: 0.02
logLik.starts_uni <- function (object, ...)
{
out <- - object$ic$deviance / 2
attr(out, "df") <- object$ic$np
attr(out, "nobs") <- object$ic$n
class(out) <- "logLik"
return(out)
}
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.