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