You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)