View source: R/output_functions.R
model | R Documentation |
Extracts the model name from a fitted object.
model(x)
x |
An object of class |
A character string.
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
)
model(f.hr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.