Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@gi0na gi0na released this 15 Oct 14:48
· 35 commits to master since this release

ghypernet 1.1.0

  • function renaming:
  • linkSignificance() --> link_significance()
  • ComputeXi() --> compute_xi()
  • new features
  • updated documentation for endogenous statistics functions
  • introduced a new function get_zero_dummy() that generates the dummy variable to be used together with endogenous statistics functions.
  • added testing with test_that
  • check_specs(): recognize bipartite graphs
  • addressed issue #15: bccm now names coefficients according to label names. E.g.: coefficient for the propensities between block 'red' and 'blue' are now named 'red<->blue'.
  • bug fixes:
  • scm(): fixed df for bipartite graphs
  • linkSignificance(): fixed issue for bipartite graphs
  • bccm(): fixed issue when fitting to bipartite graphs
  • bccm(): fixed issue arising when passing a list of identical labels (all vertices in one block)