View source: R/ismevExtension.R
| print.gpd.fit | R Documentation | 
This function prints the MLE, se, convergence info and negative log-likelihood value.
## S3 method for class 'gpd.fit'
print(x, ...)
| x | a fitted object of the class pp.fit. | 
| ... | further arguments passed to  | 
y <- c(53, 52, 49, 58, 50, 48, 47, 50, 46, 46, 49, 51, 47, 49, 50) 
a <- ismev::gpd.fit(y, threshold = 46, show=FALSE)
a
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.