coef.PPSfit: Parameter estimates in a PPSfit Object

Description Usage Arguments Value See Also Examples

Description

coef returns the parameter estimates in a PPSfit Object

Usage

1
2
## S3 method for class 'PPSfit'
coef(object, ...)

Arguments

object

A PPSfit object, typically from PPS.fit().

...

Other arguments.

Value

A list with the parameter estimates.

See Also

PPS.fit.

Examples

1
2
3
x <- rPPS(50, 1.2, 100, 2.3)
fit <- PPS.fit(x)
coef(fit)

ParetoPosStable documentation built on May 2, 2019, 4:05 p.m.