Extract the vector of coefficients from a TVGEV object.
# S3 method for class 'TVGEV'
coef(object, type = c("psi", "theta"), ...)
Arguments
- object
A TVGEV object.
- type
Character. When "psi", the vector of model
parameters is returned. When instead type is "theta",
the matrix of GEV parameters 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 \(\mathbf{\psi}\) of coefficients, or
matrix with the GEV parameters \(\mathbf{\theta}_i\)
as its rows.