View source: R/output_functions.R
est | R Documentation |
This function extracts the estimated parameters from a fitted object.
est(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
)
est(f.hr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.