model {ExtremalDep} | R Documentation |
Extract the model attribute
Description
This function extract the model name from a fitted object..
Usage
model(x)
Arguments
x |
An object of class |
Value
A character string.
Author(s)
Simone Padoan, simone.padoan@unibocconi.it, https://faculty.unibocconi.it/simonepadoan/; Boris Beranger, borisberanger@gmail.com https://www.borisberanger.com;
See Also
Examples
data(pollution)
f.hr <- fExtDep(x=PNS, method="PPP", model="HR",
par.start = rep(0.5, 3), trace=2)
model(f.hr)
[Package ExtremalDep version 0.0.4-5 Index]