{EGAnet} 2.0.7
Changes in version 2.0.7
-
FIX: mixed data with missing data in
network.predictability -
ADD:
frobeniusnorm to compare networks -
ADD:
network.comparefunction to test for differences in network structures using three different metrics (Frobenius Norm, Jensen-Shannon Similarity, total network strength) -
ADD: a general function called
informationto compute several information theory measures -
UPDATE: default 'loading.method' for
net.loadshas been changed to "revised" moving forward -- the previous default in versions <= 2.0.6 can be obtained using "original" -
UPDATE:
invariancehandles more than 2 groups (plots up to 4 groups pairwise) -
UPDATE: added 'signed' argument in
jsdto allow for signed or absolute networks to be used in computations (includes downstream functions:infoCluster) -
UPDATE: NEWS is now formatted in markdown
-
UPDATE:
network.predictabilityuses R-squared and mean absolute error (MAE) for all node predictions -
INTERNAL:
network.generalizabiltywas moved to be internal (needs some work yet) -
INTERNAL: signs for
net.loadsuses the first eigenvector of the target network (rather than the customobtain_signsfunction)