View source: R/output_functions.R
tic | R Documentation |
This function extract the TIC value from a fitted object.
tic(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;
fExtDep
, fExtDepSpat
data(pollution)
f.hr <- fExtDep(x=PNS, method="PPP", model="HR",
par.start = rep(0.5, 3), trace=2)
tic(f.hr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.