powered by
This function extracts the standard errors of estimated parameters from a fitted object.
StdErr(x, digits = 3)
A numeric vector containing the standard errors of the estimated parameters.
An object of class ExtDep_Bayes, ExtDep_Freq, or ExtDep_Spat.
ExtDep_Bayes
ExtDep_Freq
ExtDep_Spat
Integer indicating the number of decimal places to report. Default is 3.
Simone Padoan, simone.padoan@unibocconi.it, https://faculty.unibocconi.it/simonepadoan/; Boris Beranger, borisberanger@gmail.com, https://www.borisberanger.com;
fExtDepSpat, fExtDep
fExtDepSpat
fExtDep
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