I am using the Code for Spillover index everything works fine but in output only table appears with no values in it I am sharing code here. Kindly help me
asset1<-read.csv("C:\Users\Muhammad Asim\Desktop\Asset cl1.csv",header=T)
library(devtools)
library(frequencyConnectedness)
library(vars)
attach(asset1)
head(asset1)
library(ggplot2)
class=cbind(Oil,FX,Bank,Auto,Consumer.durables,Financial,FMCG,IT,Media,Metals,Oil.gas,Pharma,Reality)
class_VAR=VAR(class,type="const",lag.max=4,ic="AIC")
spilloverDY12(class_VAR,n.ahead=100,no.corr=F)