method: Extract the method attribute

View source: R/output_functions.R

methodR Documentation

Extract the method attribute

Description

This function extract the method name from a fitted object..

Usage

method(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)
method(f.hr)

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