delta {ivx} | R Documentation |
Calculate the delta coefficient
Description
Computes the long-run correlation coefficient between the residuals of the predictive regression and the autoregressive model for the regressor.
Usage
delta(object)
Arguments
object |
on object of class "ivx" |
Value
A vector of the estimated correlation coefficients. This should have row and column names corresponding to the parameter names given by the coef method.
Examples
mod <- ivx(Ret ~ LTY, data = monthly)
delta(mod)
[Package ivx version 1.1.0 Index]