0% found this document useful (0 votes)
220 views52 pages

Ucinet Slides PDF

The document provides an overview of using the UCINET software for social network analysis, demonstrating how to import data, calculate centrality measures, visualize networks, and export results. It introduces the UCINET interface and basic functions, and shows examples of importing data in different formats including adjacency matrices, DL format, and spreadsheets. Tips are provided for working with UCINET, including where to find documentation and help resources.

Uploaded by

Alin Radu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
220 views52 pages

Ucinet Slides PDF

The document provides an overview of using the UCINET software for social network analysis, demonstrating how to import data, calculate centrality measures, visualize networks, and export results. It introduces the UCINET interface and basic functions, and shows examples of importing data in different formats including adjacency matrices, DL format, and spreadsheets. Tips are provided for working with UCINET, including where to find documentation and help resources.

Uploaded by

Alin Radu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 52

Simple Network Analysis

Analysis

with UCINET
UCINET

Mo-Han Hsieh
Hsieh

ESD.342
ESD.342

Feb. 28, 2006


2006

Engineering Systems Division


Mo-Han Hsieh
Agenda
Agenda

• UCINET Basics
• The UCINET Environment

• A Quick Demo
• Import Data
• Export Data
• Data Processing
• Tips of Using UCINET

Engineering Systems Division


Mo-Han Hsieh
UCINET Basics
Basics

• Official User’s Guide of UCINET


– http://www.analytictech.com/Ucinet_Guide.doc

• Official UCINET Tutorial


– http://faculty.ucr.edu/~hanneman/nettext/
• Help in UCINET
– Help > Help Topics
• Contents: Introduction Section, DL, and Standard Datasets.
• Index: search by keywords.

Engineering Systems Division


Mo-Han Hsieh
The UCINET Environment (I)
(I)

• Main window

– File, Data, Transform, Tools, Network,


Options, and Help.

Engineering Systems Division


Mo-Han Hsieh
The UCINET Environment (II)
(II)

• The UCINET dataset


– One dataset consists of Two files.
– File with extension ##D: actual data.
– File with ext. ##H: information about the data.
– In referring to a dataset, refer to the .##H file.

Engineering Systems Division


Mo-Han Hsieh
The UCINET Environment (III)
• A typical UCINET procedure

Input Parameters Output Text


Procedure

Input Datasets Output Datasets

• Output text in Log Files


– File>View Previous Output…

Engineering Systems Division


Mo-Han Hsieh
A Quick Demo
Demo

• Dataset: KNOKBUR (.##H & .##D)


• 10 organizations and two relationships.

– Directed graph.
– Money exchange in one matrix, and

information exchange in the other.

– See Knoke & Kuklinski (1982) for details.

Engineering Systems Division


Mo-Han Hsieh
Main window: Data>Display…
Data>Display…

Engineering Systems Division


Mo-Han Hsieh
Data Set Filename:
Filename:

KNOKBUR.##H
KNOKBUR.##H

Engineering Systems Division


Mo-Han Hsieh
Output log #1
#1

Engineering Systems Division


Mo-Han Hsieh
Main window: Draw
Draw

File>Open>Ucinet dataset>Network
dataset>Network

Engineering Systems Division


Mo-Han Hsieh
Name of file to open: KNOKBUR.##H
KNOKBUR.##H

Engineering Systems Division


Mo-Han Hsieh
Graph representation of the network
network

Engineering Systems Division


Mo-Han Hsieh
Main window:
window:

Network>Centrality>Degree…
Network>Centrality>Degree…

Engineering Systems Division


Mo-Han Hsieh
Input dataset: KNOKBUR.##H
KNOKBUR.##H

Engineering Systems Division


Mo-Han Hsieh
Output log #2
#2

Engineering Systems Division


Mo-Han Hsieh
Main window:
window:

File>View Previous Output…


Output…

Engineering Systems Division


Mo-Han Hsieh
Main window:
window:

Data>Spreadsheets>Matrix
Data>Spreadsheets>Matrix

Engineering Systems Division


Mo-Han Hsieh
UCINET Spreadsheet:
Spreadsheet:

File>Open>FreemanDegree.##h
FreemanDegree.##h

Engineering Systems Division


Mo-Han Hsieh
Spreadsheet of FreemanDegree.##h
FreemanDegree.##h

Engineering Systems Division


Mo-Han Hsieh
Import Data
Data

• UCINET spreadsheet
– Adjacency matrix
– Manually input data or cut and paste from elsewhere
• From Excel file
• DL format
– Full matrix & rectangular matrix
– Multiple matrices
– nodelist1 & nodelist2
– ranklist1
– edgelist1 & edgelist2
• More information about DL language
– Main window: Help>Help Topics>Contents>DL

Engineering Systems Division


Mo-Han Hsieh
UCINET spreadsheet
spreadsheet

Data>Spreadsheets>Matrix
Data>Spreadsheets>Matrix

Engineering Systems Division


Mo-Han Hsieh
Manually Input Adjacency Matrix
Matrix

Engineering Systems Division


Mo-Han Hsieh
Import Adjacency Matrix from an Excel File
File

Engineering Systems Division


Mo-Han Hsieh
Data>Import>Excel matrix
matrix

Engineering Systems Division


Mo-Han Hsieh
Excel file to import: KNOKBUR_Example.xls
Output dataset: KNOKBUR_Example
KNOKBUR_Example

Engineering Systems Division


Mo-Han Hsieh
DL Format: Full Matrix
Matrix

• Full Matrix Format

dl n=4 format=fullmatrix
data:
0110
1011
1100
0100

• Save it as a text file (e.g. TEST.txt).

Engineering Systems Division


Mo-Han Hsieh
Data>Import>DL…
Data>Import>DL…

Engineering Systems Division


Mo-Han Hsieh
DL Format: Rectangular Matrices
Matrices

dl nr = 6, nc = 4
data:
0110
1011
1100
0100
1011
1100

Engineering Systems Division


Mo-Han Hsieh
DL Format: Labels
Labels

• DL file may contain labels of the nodes

dl n=4

labels:

MIT, “MIT ESD”, MIT.ESD.342, ESD_Students

data:
0110
1011
1100
0100
Engineering Systems Division
Mo-Han Hsieh
DL Format: Multiple Matrices

dl n = 4, nm = 2

labels:

GroupA,GroupB,GroupC,GroupD

matrix labels:

Marriage,Business

data:

0 1 0 1

1 0 0 0

0 0 1 0

1 0 0 1

0111
1000
1001
1010
Engineering Systems Division
Mo-Han Hsieh
DL Format: External Data
Data

• Data file can be read from other sources

dl n = 8

labels:

a1,a2,a3,a4,a5,a6,a7,a8

datafile C:\DATA\External_Data.DAT

Engineering Systems Division


Mo-Han Hsieh
DL Format: nodelist1 (I)
(I)

dl n = 4, format = nodelist1
labels:
A,B,C,D
data:
Resulting Matrix =>
1 23
2 134 A B C D
3 12 A 0 1 1 0
4 2 B 1 0 1 1
C 1 1 0 0
D 0 1 0 0

Engineering Systems Division


Mo-Han Hsieh
DL Format: nodelist1 (II)
(II)

dl n = 4, format = nodelist1
labels:
A,B,C,D
data: Resulting Matrix =>
1 23 A B C D
2 13 A 0 1 1 0
2 4 B 1 0 1 1
3 12 C 1 1 0 0
4 2 D 0 1 0 0

Engineering Systems Division


Mo-Han Hsieh
DL Format: nodelist1 (III)
(III)

dl n = 4, format = nodelist1
labels embedded
data:
Resulting Matrix =>
A BC
B ACD A B C D
C AB A 0 1 1 0
D B B 1 0 1 1
C 1 1 0 0
D 0 1 0 0

Engineering Systems Division


Mo-Han Hsieh
DL Format: nodelist2
nodelist2

dl nr=3, nc=4 format = nodelist2


row labels embedded
column labels embedded
data: Resulting Matrix =>
GP1 A B A B C D
GP2 C D GP1 1 1 0 0
GP3 A D GP2 0 0 1 1
GP3 1 0 0 1

Engineering Systems Division


Mo-Han Hsieh
DL Format: ranklist1
ranklist1

dl n=4 format = ranklist1


labels embedded
data:
A BC
B CDA Resulting Matrix => A B C D
C ABD A 0 1 2 0
D AC B 3 0 1 2
C 1 2 0 3
D 1 0 2 0

Engineering Systems Division


Mo-Han Hsieh
DL Format: edgelist1
edgelist1

dl n=4 format = edgelist1


labels:
A,B,C,D
data:
1 2 1
1 3 2
Resulting Matrix => A B C D
2 1 1
2 3 1 A 0 1 2 0
2 4 B 1 0 1 1
3 1 1
C 1 0 0
3 2 na
D 0 5.2 0 0
4 2 5.2

Engineering Systems Division


Mo-Han Hsieh
DL Format: edgelist2
edgelist2

dl nr=3 nc=5, format = edgelist2


labels embedded:
data:
A1 B1 1
A1 B2 1.5 Resulting Matrix =>
A1 B3 2 B1 B2 B3 B4 B5
A2 B1 1 A1 1 1.5 2 0 0
A3 B2 3 A2 1 0 0 0 0
A3 B4 2 A3 0 3 0 2 1
A3 B5 1

Engineering Systems Division


Mo-Han Hsieh
Export Data
Data

• Export UCINET dataset to


– Excel file
• Number of columns < 257
– DL format
• Easy to do cut and paste
• Example: Cut and paste as a Matlab data file.
– Other format

Engineering Systems Division


Mo-Han Hsieh
Export Dataset
Dataset

Data>Export>DL…
Data>Export>DL…

Engineering Systems Division


Mo-Han Hsieh
Data Processing
Processing

• Most of the data processing functions are


in Data and Transform submenus.
• Some useful functions

– Data>Affiliations…

– Data>Extract…
– Data>Remove isolates

– Data>Join…

– Data>Permute…
– Data>Transpose…

Engineering Systems Division


Mo-Han Hsieh
Data Processing
Processing

Data>Affiliations…
Data>Affiliations…

Engineering Systems Division


Mo-Han Hsieh
Convert 2-mode data to 1-mode
mode

Engineering Systems Division


Mo-Han Hsieh
Data Processing
Processing

Data>Extract…
Data>Extract…

Engineering Systems Division


Mo-Han Hsieh
Data Processing
Processing

Data>Remove isolates
isolates

Engineering Systems Division


Mo-Han Hsieh
Data Processing
Processing

Data>Join…
Data>Join…

Engineering Systems Division


Mo-Han Hsieh
Data Processing
Processing

Data>Permute…
Data>Permute…

Engineering Systems Division


Mo-Han Hsieh
Data Processing
Processing

Data>Transpose…
Data>Transpose…

Engineering Systems Division


Mo-Han Hsieh
Main window: Transform
Transform

Engineering Systems Division


Mo-Han Hsieh
Tips of Using UCINET
UCINET

• Before using an UCINET function


– Check it out in Help>Help Topics>Index
– Purpose, Description, Parameters, Log File, Timing, Comments,
and References.
– Timing is sometimes important

• Function with O(N^3) can be a problem for networks with


more than 1,000 nodes.
• Setup the following two directories before start
working with the UCINET
– File>Change Default Folder…

– Options>Output folder

Engineering Systems Division


Mo-Han Hsieh
References
References

• Borgatti, Everett and Freeman, UCINET 6


for Windows: User’s Guide. Harvard:
Analytic Technologies.
• Borgatti, S.P., Everett, M.G. and Freeman,

L.C. 2002. Ucinet 6 for Windows. Harvard:


Analytic Technologies.

Engineering Systems Division


Mo-Han Hsieh

You might also like