Learn R Programming

ExtremalDep (version 0.0.4-5)

StdErr: Extract the standard errors of estimated parameters

Description

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

Usage

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

Run the code above in your browser using DataLab