StdErr {ExtremalDep} | R Documentation |
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)
Arguments
x |
An object of class |
digits |
Integer indicating the number of decimal places to be reported. |
Value
A vector.
Author(s)
Simone Padoan, simone.padoan@unibocconi.it, https://faculty.unibocconi.it/simonepadoan/; Boris Beranger, borisberanger@gmail.com https://www.borisberanger.com;
See Also
Examples
data(pollution)
f.hr <- fExtDep(x=PNS, method="PPP", model="HR",
par.start = rep(0.5, 3), trace=2)
StdErr(f.hr)
[Package ExtremalDep version 0.0.4-5 Index]