-
Hello everyone, I am a new user of Goldfish. As a first thing, thank you very much for this wonderful package! I am trying to use DyNAM model for my research, where I will have to estimate the effect of certain kind of dyadic events on the probability of other kinds of dyadic events. In particular, I have data about artists' group exhibitions and art auctions. I want to test if exhibiting together translate into selling together. My best attempt at specifying such a model is the following (I am using the Social evolution data for reproducibility):
The key part of the code is the effect specification |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @non87, thanks for posting your question and the good vibes about the package. Short answer: Your interpretation is correct. > head(calls2_1500, 2)
time sender receiver increment
1 1220733470 Actor 72 Actor 50 1
2 1220734970 Actor 72 Actor 50 -1 As a remark of use of the window parameter: if the event time in your data is in seconds or an It looks like it is worthed to improve the documentation regarding window effects and the effect interpretation. Thanks for pointing that out. Maybe a change in the title of this question might help other users to find this info. Something on the lines of "interpreting window effects" might do the trick. I hope the answer is clear. Let me know if you would like to clarify something else. |
Beta Was this translation helpful? Give feedback.
Hi @non87, thanks for posting your question and the good vibes about the package.
Short answer: Your interpretation is correct.$-1$ at the time $time + 1500$ . If a dependent eve…
Long answer: Figure 2 on Stadfeld C. and Per B. has a nice representation of how the window effects look like in the timeline of events.
goldfish
does a quite straightforward representation of this creating a new events data frame that adds the dissolution (deletion) of the event happening on a plus window size time after the event.You can look at the Global environment to a new object called something like
calls2_1500
. You will notice that every event on calls2 would have a corresponding event with an increment