¿ªÔÆÌåÓýThe right tool is Network|Group Centrality|measure. But at present it will only give you degree and k-step reach. The way it works is you provide name of network and name of actor-by-group indicator matrix, and it will compute degree centrality for each group. For example, the network might be campnet, and the indicator matrix might be this: ? ? ? ? ??????????????? 1? 2? 3? 4? 5? 6? 7? 8? 9 10 ???????????????-- -- -- -- -- -- -- -- -- -- ????1?? HOLLY?? 1? 0? 0? 0? 0? 0? 0? 0? 0? 0 ????2? BRAZEY?? 0? 1? 0? 0? 0? 0? 0? 0? 0? 0 ????3?? CAROL?? 0? 0? 1? 1? 0? 0? 0? 0? 0? 0 ????4???? PAM?? 0? 0? 0? 1? 1? 1? 0? 0? 0? 0 ????5???? PAT?? 0? 0? 1? 0? 0? 0? 0? 0? 0? 0 ????6? JENNIE?? 0? 0? 0? 0? 1? 0? 0? 0? 0? 0 ????7 PAULINE?? 0? 0? 1? 1? 0? 1? 0? 0? 0? 0 ????8???? ANN?? 0? 0? 0? 0? 1? 1? 0? 0? 0? 0 ????9 MICHAEL?? 1? 0? 0? 0? 0? 0? 1? 0? 0? 0 ???10??? BILL?? 0? 0? 0? 0? 0? 0? 1? 0? 0? 0 ???11???? LEE?? 0? 1? 0? 0? 0? 0? 0? 0? 0? 0 ???12???? DON?? 1? 0? 0? 0? 0? 0? 1? 0? 0? 0 ???13??? JOHN?? 0? 0? 0? 0? 0? 0? 0? 1? 0? 0 ???14?? HARRY?? 1? 0? 0? 0? 0? 0? 1? 0? 0? 0 ???15??? GERY?? 0? 0? 0? 0? 0? 0? 0? 1? 1? 0 ???16?? STEVE?? 0? 1? 0? 0? 0? 0? 0? 0? 1? 1 ???17??? BERT?? 0? 1? 0? 0? 0? 0? 0? 0? 0? 1 ???18??? RUSS?? 0? 0? 0? 0? 0? 0? 0? 1? 1? 1 ? Each column is a group. Eg., the first group contains Holly, Michael, Don, and Harry. The output looks like this ? ????????????? 1 ??????2?????? 3?????? 4 ???????? Degree nDegree 2StepRe n2StepR ??????? ------- ------- ------- ------- ???? 1??? 4.000?? 0.286? 11.000?? 0.786 ???? 2??? 2.000?? 0.143?? 4.000?? 0.286 ???? 3??? 5.000?? 0.333? 10.000?? 0.667 ???? 4??? 5.000?? 0.333? 10.000?? 0.667 ???? 5??? 4.000?? 0.267?? 8.000?? 0.533 ???? 6??? 5.000?? 0.333? 10.000?? 0.667 ???? 7??? 2.000?? 0.143?? 7.000?? 0.500 ???? 8??? 4.000?? 0.267? 14.000?? 0.933 ???? 9??? 5.000?? 0.333? 10.000?? 0.667 ??? 10??? 4.000 ??0.267?? 6.000?? 0.400 ? The rows are groups. ? I will have to find some time to add other measures. ? steve ? From: ucinet@... <ucinet@...>
Sent: Monday, October 22, 2018 12:57 To: ucinet@... Subject: [UCINET] Group Centrality ? ? Hello Group, I am Roberto an user of Ucinet, and I have one question about a tool, if someone can help me.
How can i find the degree of a subset of nodes chosen by me within a larger group? The group centrality tool I have seen in Ucinet, finds the group with the highest centrality among all the nodes of the group. ? For my research I need a command that would allow me to tell Ucinet to calculate the degree, Bc and Cc of a sub-group defined by me within the total. ? Thanks ? ?
|