Learn R Programming

ExtremalDep (version 1.0.0)

method: Extract the method attribute

Description

This function extracts the method name from a fitted object.

Usage

method(x)

Value

A character string.

Arguments

x

An object of class ExtDep_Bayes, ExtDep_Freq or ExtDep_Spat.

See Also

fExtDepSpat, fExtDep

Examples

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

Run the code above in your browser using DataLab