Learn R Programming

ParetoPosStable (version 1.1)

coef.PPSfit: Parameter estimates in a PPSfit Object

Description

coef returns the parameter estimates in a PPSfit Object

Usage

"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

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