Usage
ecmAsyFit(y, x, lag = 1, split = TRUE,
model = c("linear", "tar", "mtar"), thresh, ...)Arguments
y
dependent or left-side variable for the long-run regression.
x
independent or right-side variable for the long-run regression.
lag
number of lags for variables on the right side.
split
a logical value (default of TRUE) of whether the right-hand variables should be split into positive and negative parts.
model
a choice of three models: linear, tar , or mtar cointegration.
thresh
a threshold value; this is only required when the model is specified as 'tar' or 'mtar.'
...
additional arguments to be passed.