# \donttest{
#Replication of Chatziantoniou, et al. (2022)
data("cegg2022")
dca = ConnectednessApproach(cegg2022,
nlag=1,
nfore=20,
model="VAR",
connectedness="Time",
corrected=TRUE)
exc = ExclusiveConnectedness(dca, group=c(1,2,3))
# }
Run the code above in your browser using DataLab