Learn R Programming

ExtremalDep (version 1.0.0)

model: Extract the model attribute

Description

Extracts the model name from a fitted object.

Usage

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

Run the code above in your browser using DataLab