R/serp.method.R
logLik.serp.Rd
Returns the Log-likelihood for a fitted object of class serp.
serp
# S3 method for serp logLik(object, ...)
An object of class serp.
additional arguments.
A single numeric value of model log-likelihood
serp, AIC.serp, BIC.serp, coef.serp
AIC.serp
BIC.serp
coef.serp
library(serp) m <- serp(rating ~ temp + contact, slope = "parallel", link = "loglog", data = wine) logLik(m) #> [1] -87.71786