logLik.serp {serp} | R Documentation |
Log-likelihood for a fitted serp object
Description
Returns the Log-likelihood for a fitted object of class serp
.
Usage
## S3 method for class 'serp'
logLik(object, ...)
Arguments
object |
An object of class |
... |
additional arguments. |
Value
A single numeric value of model log-likelihood
See Also
serp
, AIC.serp
, BIC.serp
,
coef.serp
Examples
library(serp)
m <- serp(rating ~ temp + contact, slope = "parallel", link = "loglog",
data = wine)
logLik(m)
[Package serp version 0.2.4 Index]