Investigate issues with capturing vertices' exposure at time of adoption with node_threshold()
#70
Labels
bug
Something isn't working
node_threshold()
#70
Although our
node_threshold()
function is more flexible (i.e. works on various types of networks), results are not consistent with those of netdiffuseR. We should investigate and fix or explain why this happens.For example:
library(netdiffuseR) c(netdiffuseR::threshold(medInnovationsDiffNet))
vs.
library(manynet) unname(c(node_thresholds(as_diff_model(medInnovationsDiffNet))))
The text was updated successfully, but these errors were encountered: