coef.ewp {ewp} | R Documentation |
Extract coefficients
Description
Extract coefficients
Usage
## S3 method for class 'ewp'
coef(object, ...)
Arguments
object |
an object of class ewp |
... |
ignored |
Value
a vector of coefficient values. Beware that the lambda parameters are on the log-link scale, whereas the betas are estimated using an identity link.
[Package ewp version 0.1.1 Index]