TilburgNetworkGroup / remstats

Computes Statistics for Relational Event History Data
https://tilburgnetworkgroup.github.io/remstats/
Other
7 stars 1 forks source link

fix "partial match" #35

Closed SNAnalyst closed 1 year ago

SNAnalyst commented 2 years ago

Every time I run remstats, I receive the warning of partial matches to factors.
This probably does not affect the accuracy of the function, but partial matches are less safe than exact matches. Please make sure to not use any partial matches in the code.

Here is an example:

stats_rem <- remstats::tomstats(~
....                                   inertia(scaling = "prop") # FrPSndSnd
....                                 , edgelist = reh)
Warning message:
In attr(ft, "factor") : partial match of 'factor' to 'factors'
mlmeijerink commented 1 year ago

Hi, this will be fixed in the next version!