View source: R/ExclusiveConnectedness.R
ExclusiveConnectedness | R Documentation |
This function results in exclusive connectedness measures
ExclusiveConnectedness(dca, group = c(1, 2), start = NULL, end = NULL)
dca |
Dynamic connectedness object |
group |
Vector of group indices |
start |
Start index |
end |
End index |
Get connectedness measures
David Gabauer
#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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.