powered by
Returns the coefficients of a fitted object of class serp.
serp
# S3 method for serp coef(object, ...)# S3 method for serp coefficients(object, ...)
# S3 method for serp coefficients(object, ...)
A vector of model coefficients.
An object of class serp.
additional arguments.
serp, AIC.serp, BIC.serp, logLik.serp
AIC.serp
BIC.serp
logLik.serp
library(serp) m <- serp(rating ~ temp + contact, slope = "parallel", link = "loglog", data = wine) coef(m)
Run the code above in your browser using DataLab