ecmAsyFit(y, x, lag = 1, split = TRUE,
model = c("linear", "tar", "mtar"), thresh = 0)model="linear". The other two ways are threshold cointegration by either 'tar' or 'mtar' with a threshold value. The second specification is related to the possible asymmetric price transmission in the lagged price variables, as specified in split = TRUE. Note that the linear cointegration specification is a special case of the threshold cointegration. A model with model="linear" is the same as a model with model="tar", thresh = 0.print.ecm; summary.ecm; ecmDiag; and ecmAsyTest.