Personal networks (tutorial): Difference between revisions

From visone manual
Jump to navigation Jump to search
Line 19: Line 19:
== Visual analysis of personal networks on the individual level ==
== Visual analysis of personal networks on the individual level ==


Visual analysis of the networks on the individual level is similar to the one presented in the [[http://visone.info/wiki/index.php/Visualization_and_analysis_(tutorial)|tutorial on visualization and analysis]] which you might consult as well. When opening one of the newly generated GraphML files (for instance, <code>chinese1.graphml</code>) with visone you see (in the lower left corner) that the network has 30 nodes and 435 links (it is a complete network). Most of the information is actually contained in node attributes, link attributes, and network attributes. Open the [[attribute manager]] to see what is there.
The questions (and answers) about ego are available as network attributes (see the image below). The name of the attribute is the title of the question, the attribute description gives the exact formulation of the question. The type is ''text'' for most attributes; for some (numerical) attributes it is ''decimal''. The values give the responses to the respective question.


[[File:Chinese1_ego_attributes.png]]
[[File:Chinese1_ego_attributes.png]]
Similarly, the questions about alters are available as node attributes (see below). Note that for node attributes there is a (potentially) different value for each of the 30 alters (which can be shown by selecting the '''values''' radio button on the left-hand side of the attribute manager).
[[File:Chinese1_alter_attributes.png]]
Similarly, the questions about the alter-alter pairs are available as link attributes (see below). Here we have a (potentially) different value for each of the 435 pairs of alters.
[[File:Chinese1_alter-alter_attributes.png]]


== Class-level analysis of personal networks ==
== Class-level analysis of personal networks ==

Revision as of 09:46, 5 June 2012

EgoNet is a software to conduct interviews in which the personal networks of respondents are collected. This tutorial explains (1) how to load data collected with EgoNet into visone and (2) how to cluster, aggregate, and visualize collections of personal networks using the methodology proposed in: Ulrik Brandes, Juergen Lerner, Miranda J. Lubbers, Chris McCarty, and Jose Luis Molina "Visual Statistics for Collections of Clustered Graphs". Proc. IEEE Pacific Visualization Symp. (PacificVis'08), 2008 (link to pdf).

To follow the steps outlined in this tutorial you should download the Signos data and extract (unzip) the file on your computer. Furthermore you need the EgoNet2GraphML software to convert EgoNet interviews to GraphML files and apply the clustering and aggregation.

Converting EgoNet interviews into GraphML files

To open EgoNet interviews with visone you first have to convert these to GraphML with the EgoNet2GraphML software. When you have downloaded the file EgoNet2GraphML.jar from the EgoNet2GraphML website execute it (for instance by double-clicking). The main window opens as shown below.

EgoNet2GraphML open study.png

To convert EgoNet interviews to GraphML you first have to open a study definition file (filename extension .ego) and then one or more interview files (filename extension .int) that have been collected with the selected study definition file. Click on the open study menu item, select the file signos.ego in the previously downloaded signos_public_data (see above) and click on the open button. Then click on the open networks menu item, navigate to the directory interviews/chinese (for instance) and select the interview files to open. You may add the files one by one, or select several of them at once (by keeping the Control-key down while selecting), or select all .int files in the current directory by typing Control-A. You get short messages about each file you opened as well as the total number of currently open networks (duplicates are automatically removed).

EgoNet2GraphML export networks.png

To convert the interview files to GraphML click on the export networks menu item, select a directory to save the files (you might, for instance, create a new directory graphml as a subfolder of the chinese directory), and click the Export! button. EgoNet2GraphML exports all currently open networks to GraphML files; the filenames are the ones of the interview files - just with the extension .int replaced by .graphml.

The GraphML files can be opened, analyzed, and visualized with visone (not with EgoNet2GraphML) as explained in the following. The networks have a node for each alter and store the questions about ego as network-level attributes and the questions about alters as node attributes. Typically, the respondent has to evaluate the relation between every undirected pair of alters; in this case the resulting network is complete and the alter-alter responses are encoded as link attributes.

Visual analysis of personal networks on the individual level

Visual analysis of the networks on the individual level is similar to the one presented in the [on visualization and analysis] which you might consult as well. When opening one of the newly generated GraphML files (for instance, chinese1.graphml) with visone you see (in the lower left corner) that the network has 30 nodes and 435 links (it is a complete network). Most of the information is actually contained in node attributes, link attributes, and network attributes. Open the attribute manager to see what is there.

The questions (and answers) about ego are available as network attributes (see the image below). The name of the attribute is the title of the question, the attribute description gives the exact formulation of the question. The type is text for most attributes; for some (numerical) attributes it is decimal. The values give the responses to the respective question.

Chinese1 ego attributes.png

Similarly, the questions about alters are available as node attributes (see below). Note that for node attributes there is a (potentially) different value for each of the 30 alters (which can be shown by selecting the values radio button on the left-hand side of the attribute manager).

Chinese1 alter attributes.png

Similarly, the questions about the alter-alter pairs are available as link attributes (see below). Here we have a (potentially) different value for each of the 435 pairs of alters.

Chinese1 alter-alter attributes.png

Class-level analysis of personal networks

Defining a network partition based on node attributes

Definition of intra-class and inter-class tie weights

Visual analysis of individual personal networks on the class level

Tendency and dispersion in collections of personal networks