Output table comes but no values in it

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)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.