Learn R Programming

ParetoPosStable (version 1.0.1)

coef.PPSfit: Parameter estimates in a PPSfit Object

Description

coef returns the parameter estimates in a PPSfit Object

Usage

## S3 method for class 'PPSfit':
coef(object, \dots)

Arguments

object
a PPSfit Object, typically from PPS.fit().
...
other arguments.

Value

  • A vector vith the parameter estimates.

See Also

PPS.fit

Examples

Run this code
x <- rPPS(50, 1.2, 100, 2.3)
fit <- PPS.fit(x)
coef(fit)

Run the code above in your browser using DataLab