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