Learn R Programming

gausscov (version 0.1.8)

fvauto: Vector autoregressive approximation

Description

Vector autoregressive approximation

Usage

fvauto(x,n,omx,p0=0.01)

Value

res The selected lagged variables for each variable

Arguments

x

Variable

n

Sample size

omx

Maximum lag

p0

The P-value cut-off

Examples

Run this code
data(abcq)
 a<-fvauto(abcq,240,10)

Run the code above in your browser using DataLab