Extract model coefficients of a 'pot' model
coef
extracts model coefficients of an object of class 'pot'
## S3 method for class 'pot' coef(object, ...)
Standard coef
object: see coef
.
Christophe Dutang
set.seed(123) x <- rgpd(500, 0, 1, -0.15) fmle <- fitgpd(x, 0) coef(fmle)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.