powered by
This function extracts the TIC value from a fitted object.
tic(x, digits = 3)
A numeric vector containing the TIC value(s) of the fitted object.
An object of class ExtDep_Freq or ExtDep_Spat.
ExtDep_Freq
ExtDep_Spat
Integer indicating the number of decimal places to report. Default is 3.
Simone Padoan, simone.padoan@unibocconi.it, https://faculty.unibocconi.it/simonepadoan/; Boris Beranger, borisberanger@gmail.com, https://www.borisberanger.com;
fExtDep, fExtDepSpat
fExtDep
fExtDepSpat
data(pollution) f.hr <- fExtDep( x = PNS, method = "PPP", model = "HR", par.start = rep(0.5, 3), trace = 2 ) tic(f.hr)
Run the code above in your browser using DataLab