powered by
Returns the Log-likelihood for a fitted object of class serp.
serp
# S3 method for serp logLik(object, ...)
A single numeric value of model log-likelihood
An object of class serp.
additional arguments.
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)
Run the code above in your browser using DataLab