coef.PPSfit {ParetoPosStable} | R Documentation |
coef
returns the parameter estimates in a PPSfit
Object
## S3 method for class 'PPSfit'
coef(object, ...)
object |
A |
... |
Other arguments. |
A list with the parameter estimates.
x <- rPPS(50, 1.2, 100, 2.3)
fit <- PPS.fit(x)
coef(fit)