Learn R Programming

ExtremalDep (version 1.0.0)

est: Extract the estimated parameter

Description

This function extracts the estimated parameters from a fitted object.

Usage

est(x, digits = 3)

Value

A vector.

Arguments

x

An object of class ExtDep_Bayes, ExtDep_Freq or ExtDep_Spat.

digits

Integer indicating the number of decimal places to be reported.

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
)

est(f.hr)

Run the code above in your browser using DataLab