Loading [MathJax]/jax/output/HTML-CSS/jax.js

Extract the vector of coefficients from a NSGEV object.

# S3 method for class 'NSGEV'
coef(object, type = c("psi", "theta"), ...)

Arguments

object

A NSGEV object.

type

Character. For type = "psi", the vector ψ of model parameters is returned. When instead type is "theta", the matrix of GEV parameters θi is returned, with one row by block (or observation) and one column for each of the GEV parameters "loc", "scale" and "shape".

...

Not used yet.

Value

Vector ψ of coefficients, or matrix with the GEV parameters θi as its rows.