Replies: 1 comment 2 replies
-
Thank you for reaching out. Can you provide a reprex? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I encountered a problem while preparing the dynamic network list.
I was trying to fit a TERGM model with both vertex attributes and edge attributes(value).
I firstly constructed a list of networks with 4 periods.
SpNetList <- list(Sp2019,Sp2020,Sp2021,Sp2022)
The attributes were all correctly specified in the list.
However, when I transformed the SpNetlist into networkDynamic, the edge attributes were missing (both were time-varying matrix):
SpDy <- networkDynamic(network.list = SpNetList)
Very much appreciate,
Yuqing W
Beta Was this translation helpful? Give feedback.
All reactions