StdErr: Extract the standard errors of estimated parameters

View source: R/output_functions.R

StdErrR Documentation

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)

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.

Value

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

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
)

StdErr(f.hr)

ExtremalDep documentation built on Aug. 21, 2025, 5:57 p.m.