Learn R Programming

ExtremalDep (version 1.0.0)

StdErr: Extract the standard errors of estimated parameters

Description

This function extracts the standard errors of estimated parameters from a fitted object.

Usage

StdErr(x, digits = 3)

Value

A numeric vector containing the standard errors of the estimated parameters.

Arguments

x

An object of class ExtDep_Bayes, ExtDep_Freq, or ExtDep_Spat.

digits

Integer indicating the number of decimal places to report. Default is 3.

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
)

StdErr(f.hr)

Run the code above in your browser using DataLab