ehengirmen / rSDI

GNU General Public License v3.0
0 stars 0 forks source link

SDI variant is ignored in network level calculations #7

Closed mehmetgencer closed 2 months ago

mehmetgencer commented 2 months ago

For example event if I use: gout <- SDI(g, variant=c("now","niw")) the returned gout object has SDI_nuw attribute, regardless of the variant(s) given. This is actually the correct behavior! Because at network level the two formulas produce the same result. But a warning should be given.

mehmetgencer commented 2 months ago

The behavior is correct. When network level is chosen the variant is irrelevant.