cvborkulo / NetworkComparisonTest

Statistical comparison of two networks with respect to three invariance measures
21 stars 21 forks source link

Implementation of TMFG network construction method #5

Closed AlexChristensen closed 2 years ago

AlexChristensen commented 6 years ago
  1. added argument "model" for "lasso" and "TMFG" options (defaults to "lasso").

    • for binary.data = TRUE: "lasso" computes IsingFit
    • for binary.data = FALSE: "lasso" computes EBICglasso
  2. added IMPORT for NetworkToolbox