model: Extract the model attribute

View source: R/output_functions.R

modelR 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 ExtDep_Bayes, ExtDep_Freq or ExtDep_Spat.

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

fExtDepSpat, fExtDep

Examples

data(pollution)
f.hr <- fExtDep(x=PNS, method="PPP", model="HR", 
                par.start = rep(0.5, 3), trace=2)
model(f.hr)

ExtremalDep documentation built on June 29, 2025, 9:06 a.m.