Learn R Programming

ExtremalDep (version 1.0.0)

tic: Extract the Takeuchi Information Criterion

Description

This function extracts the TIC value from a fitted object.

Usage

tic(x, digits = 3)

Value

A numeric vector containing the TIC value(s) of the fitted object.

Arguments

x

An object of class ExtDep_Freq or ExtDep_Spat.

digits

Integer indicating the number of decimal places to report. Default is 3.

See Also

fExtDep, fExtDepSpat

Examples

Run this code
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