Learn R Programming

ivx (version 1.1.1)

delta: 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)

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.

Arguments

object

on object of class "ivx"

Examples

Run this code
mod <- ivx(Ret ~ LTY, data = monthly)

delta(mod)

Run the code above in your browser using DataLab