You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it looks like the current implementation is Diss() = -Persist().
i get that this is correct in the sense that produces the right coefficient.
but the Diss() netstat is not what one might expect: the number of ties that dissolved.
we probably need to make this clear in the documentation, and point out that the tEdgeDissolution() function in tsna can be used on a nD object to calculate the dissolved ties.
The text was updated successfully, but these errors were encountered:
In principle, it may be possible to redefine the Diss() operator to compute the decrease in the statistic in the post-dissolution network relative the previous time step's network. The parameter estimates, which depend only on change statistics, shouldn't be affected.
Sort of. Since the previous time step's network is conditioned on, shifting the Form statistic or what have you by the previous network's statistic will not change the probability model. That said, I certainly don't think we should be making that change at this stage.
martinamorris
changed the title
Diss netstats
Diss netstats: should they be -Persist or StartingNet-Persist?
Jun 23, 2021
it looks like the current implementation is Diss() = -Persist().
i get that this is correct in the sense that produces the right coefficient.
but the Diss() netstat is not what one might expect: the number of ties that dissolved.
we probably need to make this clear in the documentation, and point out that the
tEdgeDissolution()
function intsna
can be used on a nD object to calculate the dissolved ties.The text was updated successfully, but these errors were encountered: