logLik.serp | R Documentation |
Returns the Log-likelihood for a fitted object of class serp
.
## S3 method for class 'serp'
logLik(object, ...)
object |
An object of class |
... |
additional arguments. |
A single numeric value of model log-likelihood
serp
, AIC.serp
, BIC.serp
,
coef.serp
library(serp)
m <- serp(rating ~ temp + contact, slope = "parallel", link = "loglog",
data = wine)
logLik(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.