Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature Request: Calculate Nework Stats on Posteriors #12
Comments
|
This wont be a problem to implement. Do you have any suggestion for a general name. Note that the function I add will essentially be like so perhaps
where the Just a thought |
|
See here. Note it will work for any network stat, but gotta be careful with what the function returns. You will also want the developmental version which is still a work in progress but most will not change in any meaningful way. So essentially version 2.0.0
|
|
To follow up, here is another example with expected influence.
|
|
Added print function, say, for the
|
|
This is great! Never expected that I'd go to bed and wake up with access to the feature! |
|
@mjbsp No problem. It was a really good idea :-) |
|
Bridge strength
|

Thanks for the hardwork on the really nice package.
I think it would be useful to provide a sensible and flexible way to calculate network stats on posterior estimates, so that it's possible to get estimates of variation/uncertainty of these measures. Although it might be possible to include various measures in the package itself, it might be more flexible in the long run to provide a way for people to use their own functions and functions from other packages.
Here is an example calculating assortivity; however, in an ideal world it'd be possible to swap out assortivity with anything that took a weight matrix.