View source: R/output_functions.R
StdErr | R Documentation |
This function extract the standard errors of estimated parameters from a fitted object..
StdErr(x, digits=3)
x |
An object of class |
digits |
Integer indicating the number of decimal places to be reported. |
A vector.
Simone Padoan, simone.padoan@unibocconi.it, https://faculty.unibocconi.it/simonepadoan/; Boris Beranger, borisberanger@gmail.com https://www.borisberanger.com;
fExtDepSpat, fExtDep
data(pollution)
f.hr <- fExtDep(x=PNS, method="PPP", model="HR",
par.start = rep(0.5, 3), trace=2)
StdErr(f.hr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.