TilburgNetworkGroup / remify

Processing and Transforming Relational Event History Data
https://tilburgnetworkgroup.github.io/remify/
Other
4 stars 1 forks source link

Prevent events from getting dropped with missing values in variables that are not used #37

Closed mlmeijerink closed 9 months ago

mlmeijerink commented 10 months ago

remify() drops events with missing variables. Currently, if any values on the variables in the edgelist supplied to remify() are missing the events are dropped, even when these variables are not meaningful for the analysis. For example, the edgelist in the team4 data has the variable "signal_strength" with missing values, but this variable is not used in the analysis so the events that have missing values on this variable should not be dropped.

Would it be possible to only drop events that have missing values in the "time", "actor1", "actor2", "type" or "weight" variables?

jupepis commented 9 months ago

Fixed in remify 3.2.5