2.2. Data Format Save as UCINET files in Netdraw Import from VNA format Node Level Analysis Degree...

Size: px
Start display at page:

Download "2.2. Data Format Save as UCINET files in Netdraw Import from VNA format Node Level Analysis Degree..."

Transcription

1 Contents 0. Processing the Tie Data and Create a VNA File for Binary Network Appearance of UCINET UCINET dataset Set Default Folder Data Format Save as UCINET files in Netdraw Import from VNA format Node Level Analysis Degree Betweenness Closeness Eigenvector Link and Group Level Analysis Length and Distance Network Components Structure Holes Network Level Analysis Average Path Length Clustering coefficient Degree distribution... 24

2 0. Processing the Tie Data and Create a VNA File for Binary Network create a table name relation in the MySQL Workbench, by executing the SQL query: create table tutorial.relation(fromid nvarchar(50), toid nvarchar(50)) Insert the binary relation data into this table by executing the query: Insert into tutorial.relation select distinct p.account_id as a, q.account_id as b from tutorial.contributor as p, tutorial.contributor as q where p.projectid = q.projectid And p.account_id!= q.account_id

3 select and copy the data of accounts as node data.

4 select and copy the relation data as tie data Save as VNA file. 1. Appearance of UCINET When UCINET is started the following window appears. The submenu buttons give access to all of the routines in UCINET and these are grouped into File,

5 Data, Transform, Tools, Network, Visualize, Options and Help. Note that the buttons located below these are simply fast ways of calling routines in the submenus. The default directory given at the bottom is where UCINET picks up any data and stores any files (unless otherwise specified) this directory can be changed by clicking on the button to the right. 2. UCINET dataset 2.1 Set Default Folder It's often a good idea to set up a new directory for each project, and to set the default to this new directory using the file-cabinet icon on the toolbar, or File>Change default folder Data Format UCINET datasets are stored in a special (Pascal) format, but can be created and manipulated using both UCINET's and other software tools (text editors and spreadsheets). Each UCINET dataset consists of two separate files that contain header information (e.g. myfile.##h) and the data lines (e.g. myfile.##d). UCINET stores the attribute data and network data into separate files. Because of this somewhat unusual way of storing data, it is best to create data sets with the internal spreadsheet editor or DL language tools, or to import text or spreadsheet files and save the results as UCINET files 2.3 Save as UCINET files in Netdraw Click on File/Save Data As/Ucinet, you will see: Binary Network: the network data will be saved as binary, i.e., the value of each tie will be 1. Valued Network: save the network data with the value of each tie (e.g. strength) Attribute: save the attribute data (e.g., country, kudo_rank...) 2.4 Import from VNA format Click on Data at the menu, and choose Import text file/vna. 3. Node Level Analysis 3.1 Degree Purpose: Calculates the degree and normalized degree centrality of each vertex and gives the overall network degree centralization. Click on Network/Centrality and Power/Degree..., you will see

6 Parameters Input dataset: Name of file containing network to be analyzed. Data type: Valued Graph Treat data as symmetric: (Default = Yes). If Yes directed data is automatically converted to undirected by taking the underlying graph. No gives a separate analysis for in and out-degrees. Count reflexive ties (diagonal values)? (Default = No). No means that self loops are ignored. Output dataset: (Default = 'FreemanDegree'). After execution, a txt file will appear with the information of degree analysis.

7 the top 5 nodes

8 The average degree A table which contains a list of the degree and normalized degree (n Degree) centralities expressed as a percentage for each vertex, together with the share. The share is the centrality measure of the actor divided by the sum of all the actor centralities in the network. These have been ordered so that the actor with the highest centrality appears first. Note the stored UCINET output file retains the original order. Descriptive statistics which give the mean, standard deviation, variance, minimum value and maximum value for each list generated. This is followed by the degree network centralization index expressed as a percentage. For the treating data as symmetric option a heterogeneity measure is produced. This is the sum of the squares of the proportion of the total centrality held by each actor. For directed data the tables are the same as for undirected except that separate values are calculated for in and out degrees : 3.2 Betweenness PURPOSE Calculates the betweenness and normalized betweenness centrality of each vertex and gives the overall network betweenness centralization. Click on Network/Centrality and Power/Freeman Betweenness/Node Betweenness, you will see

9 PARAMETERS Input dataset: Name of file containing network to be analyzed. Data type: Digraph. Output dataset: (Default = 'FreemanBetweenness'). Name of file which will contain betweenness and normalized betweenness centrality of each vertex. After execution, you will see:

10 The top 5 nodes The average betweenness

11 A table which contains a list of the betweenness and normalized betweenness centrality expressed as a percentage for each vertex.these have been ordered so that the actor with the highest centrality appears first. Note the stored UCINET output file retains the original order. Descriptive statistics which give the mean, standard deviation, variance, minimum value and maximum value for both lists. This is followed by the betweenness network centralization index expressed as a percentage 3.3 Closeness PURPOSE Calculates the farness and normalized closeness centrality and variants of each vertex and gives the overall network closeness centralization. Click on Network/Centrality and Power/Closeness, you will see PARAMETERS Input dataset: Name of file containing network to be analyzed. Data type: Digraph

12 Type: Choices are: Sum of geodesic distances(freeman) distances are lengths of shortest paths, the standard Freeman measure. Sum of reciprocal distances distances are the reciprocal of the lengths of the geodesic paths. Avg of reversed distances (Valente-Foreman) the reversed distance is the diameter minus the geodesic distance. All paths distances between actors are the sums of the distances on all paths connecting them. All trails distances between the actors are the sums of the distances on all trails connecting them. Output Dataset: (Default = 'Closeness') Name of file which will contain farness and normalized closeness centrality of each vertex. After execution, you will see: The top 5 nodes

13 The average closeness A table which contains a list of the farness (or closeness) and normalized closeness centrality expressed as a percentage, for each vertex. These have been ordered so that the actor with the highest centrality appears first. Note the stored UCINET output file retains the original order. If the data is directed then in-closeness and outcloseness are calculated seperately. Note that in-closeness for the reversed closeness is called integration and the out-closeness is called radiality. Descriptive statistics which give the mean, standard deviation, variance minimum value and maximum value for both lists. This is followed by the closeness network centralization index expressed as a percentage. If the data is directed then separate in and out values are calculated. 3.4 Eigenvector PURPOSE Calculates the eigenvector of the largest positive eigenvalue as a measure of centrality. Click on Network/Centrality and Power/Eigenvector..., you will see

14 PARAMETERS Input dataset: Name of file containing network to be analyzed. Data type: Valued Graph (Symmetric data only). Output dataset: (Default = 'BonacichCentrality'). Name of file which will contain eigenvector centrality measure for each vertex. After execution, you will see

15 Nodes with hight eigenvector average eigenvector A table of positive eigenvalues. The eigenvalues are placed in descending order under the heading VALUE. The table gives information on 'how dominant' the largest eigenvalue is. The table gives the percentage and

16 cumulative percentage of the total eigenvalue sum for each eigenvalue. The ratio of each eigenvalue to the next largest is also presented. This is followed by a list of vertices which contains the eigenvector and normalized eigenvector centrality measure for every vertex. These values should be interpreted in terms of an interval scale. Finally the network eigenvector centralization index expressed as a percentage is given 4. Link and Group Level Analysis 4.1 Length and Distance PURPOSE Trace all paths between specified nodes in the network. Click on Network/Paths, you will see PARAMETERS Input dataset: Name of file containing network to be analyzed. Data type: Digraph From node Label or id number of starting node. To node Label or id number of terminating node. Type of paths desired Length<=K gives all paths up to length K.

17 Avg strength>=k gives paths whose average value of weights is greater than or equal to K. Value of K The value of K to be used. Auto will find the minimum value for which a path exists and hence this will be set to the distance between the nodes and all paths will be geodesics. After execution, you will see: 4.2 Network Components PURPOSE Identify the components, of an undirected graph - and the weak or strong components of a directed graph and find the main component. Click on Network/Regions/Components/Simple Graphs, you will see

18 PARAMETERS Input dataset: Name of file containing network data to be analyzed. Dat type: Directed graph. Minimum Size to save: (Default = 3) Size of smallest component which is to be saved in the component by actor incidence matrix specified below. Kind of components: (Default = Strong) For directed data specify whether Strong or Weak components are required. For undirected data either choice will yield the components. Output sets: (Default = 'Components_Sets') Name of file which will contain a component by actor incidence matrix. A 1 in row i column j means that node j is in component i. This file is not displayed in the LOG FILE. Output Partition matrix: (Default = 'Components_Partition') Name of file which will contain a partition vector. A j in the ith position means that node i is a member of component j. This file is not displayed in the LOG FILE. Output Main Comp.Vec:(Default=InMainComp) Name of file which contains an indicator vector where a 1 in row i indicates that i is a member of the main component and a 0 indicates that it is not a member. This file is not displayed in the LOG FILE. After execution, you will see:

19 4.3 Structure Holes Click on Network/Ego Networks/Structural Holes, you will see

20 PARAMETERS Input dataset: Name of file containing network to analyze. Data type: Directed Graph. Method Choices are: Ego network model -- ties beyond egonet have no effect consideration is only given to alter ties with other alters. Whole network model -- includes alter ties outside of egonet in caculating the measures account is taken of all of alters ties whether they are connected to ego or not. Undefined values (Default =na) What value to use for any undefined measure, the default is to report these as missing values but the user can select others such as zero. Ouput dyadic redundancy (Default=<inputfilename>-DR) Name of actor-by-actor matrix that indicates the extent to which the column actor (an alter) is a redundant contact for the row actor (ego). Ouput dyadic constraint (Default=<inputfilename>-DC) Name of actor-by-actor matrix that indicates the extent to which the row actor (ego) is constrained by each other actor in its ego network. Node level measures: (Default=<inputfilename>-SH) Name of actor-by-variable matrix to hold structural hole measures. How to define ego net Radio buttons so that selected alters can either be just out going ties from ego, in comming ties to ego or both which would mean all ties. After execution, you will see:

21 how much investment the network has in the specific individual, how constraint network is by that node Three tables are output. First is the set of monadic (nodal) structural hole measures based on redundancy and constraint. The following measures are displayed: effsize. Burt's measure of the effective size of ego's network (essentially, the number of alters minus the average degree of alters within the ego network, not counting ties to ego). efficiency. The effective size divided by the number of alters in ego's network. constraint. Burt's constraint measure (equation 2.4, pg. 55 of Burt, 1992). Essentially a measure of the extent to which ego is invested in people who are invested in other of ego's alters. hierarchy. Burt's adjustment of constraint (equation 2.9, pg 71), indicating the extent to which constraint on ego is concentrated in a single alter. The second table is the dyadic redundancy matrix. For each ego (rows) it gives the extent to which each of its alters are tied to all of ego's other alters (i.e., the extent to which the alter is redundant). The third table is the dyadic constraint matrix. For each ego (rows) it gives the extent to which it is constrained by each of its alters. Ego is contained by alter j if (a) j represents a large proportion of ego's relational investment, and (b) if ego is heavily invested in other people who are in turn heavily invested in j. In short, j constrains Ego if ego is heavily invested in j directly and indirectly. 5. Network Level Analysis 5.1 Average Path Length PURPOSE Constructs a distance or generalized distance matrix between all nodes of a graph and gives some cohesion measures based on this matrix. The routine also provides the facility to transform this matrix from distance to nearness. Click on Network/Cohesion/Geodesic Distance, you will see:

22 PARAMETERS Input dataset Name of file containing dataset to be analyzed. Output dataset Name of data file containing distance matrix. Please choose missing values to represent undefined distances After execution, you will see:

23 Average value of distances, compactness and distance weighted fragmentation. Table of frequencies giving geodesic length, frequency it occurred and proportion of pairs of each distance followed by the matrix of distances (or nearness if transformation applied) between all pairs of nodes. 5.2 Clustering coefficient PURPOSE Calculate the clustering coefficient of every actor and the clustering and weighted clustering coefficient of the whole network. Click on Network/Cohesion/Clustering Coefficient, you will see: PARAMETERS Input network dataset: Name of file containing dataset to be analyzed. Data type: Digraph. (output) Node-level coefficients (Default = 'ClusteringCoefficients') Name of UCINET file that will contain the clustering coefficients for each actor together with their degree. After execution, you will see a log file with: The overall clustering coefficient and the weighted overall clustering coefficient. A table with the actor level clustering coefficient together with their degree

24 The overall clustering coefficient The overall clustering coefficient and the weighted overall clustering coefficient. A table with the actor level clustering coefficient together with their degree. 5.3 Degree distribution Execute the following statement in the MySQL workbench. select A.degree, count(*) from ( select fromid, count(distinct toid) as degree from tutorial.relation group by fromid ) A group by A.degree order by A.degree asc

25 Copy and paste the results to EXCEL

26 get the sum of count(*)

27 get the column of p(k) by the frequency/sum(frequency) get the column of ln(k) and ln(p(k))

28 Highlight the cells of ln(k) and ln(p(k)), then select Insert from the ribbon and choose Scatter from the Charts category. Select the chart which does not connect the data with lines.

29 To add a line of best fit (linear regression in this case), click on Trendline in the Layout tab. Select More Trendline options. In the window that appears, select linear for the Trend/Regression type and click on the checkboxes for Display Equation on chart and Display R-squared value on chart.

30

UCINET Quick Start Guide

UCINET Quick Start Guide UCINET Quick Start Guide This guide provides a quick introduction to UCINET. It assumes that the software has been installed with the data in the folder C:\Program Files\Analytic Technologies\Ucinet 6\DataFiles

More information

Centrality Book. cohesion.

Centrality Book. cohesion. Cohesion The graph-theoretic terms discussed in the previous chapter have very specific and concrete meanings which are highly shared across the field of graph theory and other fields like social network

More information

Rockefeller College University at Albany

Rockefeller College University at Albany Rockefeller College University at Albany Problem Set #7: Handling Egocentric Network Data Adapted from original by Peter V. Marsden, Harvard University Egocentric network data sometimes known as personal

More information

Alessandro Del Ponte, Weijia Ran PAD 637 Week 3 Summary January 31, Wasserman and Faust, Chapter 3: Notation for Social Network Data

Alessandro Del Ponte, Weijia Ran PAD 637 Week 3 Summary January 31, Wasserman and Faust, Chapter 3: Notation for Social Network Data Wasserman and Faust, Chapter 3: Notation for Social Network Data Three different network notational schemes Graph theoretic: the most useful for centrality and prestige methods, cohesive subgroup ideas,

More information

Two mode Network. PAD 637, Lab 8 Spring 2013 Yoonie Lee

Two mode Network. PAD 637, Lab 8 Spring 2013 Yoonie Lee Two mode Network PAD 637, Lab 8 Spring 2013 Yoonie Lee Lab exercises Two- mode Davis QAP correlation Multiple regression QAP Types of network data One-mode network (M M ) Two-mode network (M N ) M1 M2

More information

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski Data Analysis and Solver Plugins for KSpread USER S MANUAL Tomasz Maliszewski tmaliszewski@wp.pl Table of Content CHAPTER 1: INTRODUCTION... 3 1.1. ABOUT DATA ANALYSIS PLUGIN... 3 1.3. ABOUT SOLVER PLUGIN...

More information

Dealing with Data in Excel 2013/2016

Dealing with Data in Excel 2013/2016 Dealing with Data in Excel 2013/2016 Excel provides the ability to do computations and graphing of data. Here we provide the basics and some advanced capabilities available in Excel that are useful for

More information

2009 LINKS Center Summer SNA Workshop. Slide 1. SNA Software Tools. Tuesday Afternoon. Tuesday Afternoon 2009 LINKS Center Software

2009 LINKS Center Summer SNA Workshop. Slide 1. SNA Software Tools. Tuesday Afternoon. Tuesday Afternoon 2009 LINKS Center Software Slide 1 SNA Tools Slide 2 tools UCINET This is social network analysis software Allows for the computational aspects of analysis, including calculating various measures (e.g., centrality, cohesion, brokerage)

More information

Unit 2: Graphs and Matrices. ICPSR University of Michigan, Ann Arbor Summer 2015 Instructor: Ann McCranie

Unit 2: Graphs and Matrices. ICPSR University of Michigan, Ann Arbor Summer 2015 Instructor: Ann McCranie Unit 2: Graphs and Matrices ICPSR University of Michigan, Ann Arbor Summer 2015 Instructor: Ann McCranie Four main ways to notate a social network There are a variety of ways to mathematize a social network,

More information

CS224W: Analysis of Networks Jure Leskovec, Stanford University

CS224W: Analysis of Networks Jure Leskovec, Stanford University CS224W: Analysis of Networks Jure Leskovec, Stanford University http://cs224w.stanford.edu 11/13/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 2 Observations Models

More information

Analysis and visualization with v isone

Analysis and visualization with v isone Analysis and visualization with v isone Jürgen Lerner University of Konstanz Egoredes Summerschool Barcelona, 21. 25. June, 2010 About v isone. Visone is the Italian word for mink. In Spanish visón. visone

More information

Dimension Reduction CS534

Dimension Reduction CS534 Dimension Reduction CS534 Why dimension reduction? High dimensionality large number of features E.g., documents represented by thousands of words, millions of bigrams Images represented by thousands of

More information

QUERY USER MANUAL Chapter 7

QUERY USER MANUAL Chapter 7 QUERY USER MANUAL Chapter 7 The Spectrum System PeopleSoft Financials Version 7.5 1. INTRODUCTION... 3 1.1. QUERY TOOL... 3 2. OPENING THE QUERY TOOL... 4 3. THE QUERY TOOL PANEL... 5 3.1. COMPONENT VIEW

More information

Excel Primer CH141 Fall, 2017

Excel Primer CH141 Fall, 2017 Excel Primer CH141 Fall, 2017 To Start Excel : Click on the Excel icon found in the lower menu dock. Once Excel Workbook Gallery opens double click on Excel Workbook. A blank workbook page should appear

More information

THE KNOWLEDGE MANAGEMENT STRATEGY IN ORGANIZATIONS. Summer semester, 2016/2017

THE KNOWLEDGE MANAGEMENT STRATEGY IN ORGANIZATIONS. Summer semester, 2016/2017 THE KNOWLEDGE MANAGEMENT STRATEGY IN ORGANIZATIONS Summer semester, 2016/2017 SOCIAL NETWORK ANALYSIS: THEORY AND APPLICATIONS 1. A FEW THINGS ABOUT NETWORKS NETWORKS IN THE REAL WORLD There are four categories

More information

Centrality. Peter Hoff. 567 Statistical analysis of social networks. Statistics, University of Washington 1/36

Centrality. Peter Hoff. 567 Statistical analysis of social networks. Statistics, University of Washington 1/36 1/36 Centrality 567 Statistical analysis of social networks Peter Hoff Statistics, University of Washington 2/36 Centrality A common goal in SNA is to identify the central nodes of a network. What does

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

Using Large Data Sets Workbook Version A (MEI)

Using Large Data Sets Workbook Version A (MEI) Using Large Data Sets Workbook Version A (MEI) 1 Index Key Skills Page 3 Becoming familiar with the dataset Page 3 Sorting and filtering the dataset Page 4 Producing a table of summary statistics with

More information

Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018

Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018 Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018 Contents Introduction... 1 Start DIONE... 2 Load Data... 3 Missing Values... 5 Explore Data... 6 One Variable... 6 Two Variables... 7 All

More information

M i c r o s o f t E x c e l A d v a n c e d. Microsoft Excel 2010 Advanced

M i c r o s o f t E x c e l A d v a n c e d. Microsoft Excel 2010 Advanced Microsoft Excel 2010 Advanced 0 Working with Rows, Columns, Formulas and Charts Formulas A formula is an equation that performs a calculation. Like a calculator, Excel can execute formulas that add, subtract,

More information

Rockefeller College University at Albany

Rockefeller College University at Albany Rockefeller College University at Albany Problem Set #3: Visualizing Networks This problem set covers portions of the UCINET and related packages that are used to visualize network data. The following

More information

PNet for Dummies. An introduction to estimating exponential random graph (p*) models with PNet. Version Nicholas Harrigan

PNet for Dummies. An introduction to estimating exponential random graph (p*) models with PNet. Version Nicholas Harrigan PNet for Dummies An introduction to estimating exponential random graph (p*) models with PNet Version 1.04 Nicholas Harrigan To download the latest copy of this manual go to: http://www.sna.unimelb.edu.au/pnet/pnet.html#download

More information

D-Optimal Designs. Chapter 888. Introduction. D-Optimal Design Overview

D-Optimal Designs. Chapter 888. Introduction. D-Optimal Design Overview Chapter 888 Introduction This procedure generates D-optimal designs for multi-factor experiments with both quantitative and qualitative factors. The factors can have a mixed number of levels. For example,

More information

Visual Representations for Machine Learning

Visual Representations for Machine Learning Visual Representations for Machine Learning Spectral Clustering and Channel Representations Lecture 1 Spectral Clustering: introduction and confusion Michael Felsberg Klas Nordberg The Spectral Clustering

More information

INTRODUCTION TO SPSS OUTLINE 6/17/2013. Assoc. Prof. Dr. Md. Mujibur Rahman Room No. BN Phone:

INTRODUCTION TO SPSS OUTLINE 6/17/2013. Assoc. Prof. Dr. Md. Mujibur Rahman Room No. BN Phone: INTRODUCTION TO SPSS Assoc. Prof. Dr. Md. Mujibur Rahman Room No. BN-0-024 Phone: 89287269 E-mail: mujibur@uniten.edu.my OUTLINE About the four-windows in SPSS The basics of managing data files The basic

More information

Community Detection. Community

Community Detection. Community Community Detection Community In social sciences: Community is formed by individuals such that those within a group interact with each other more frequently than with those outside the group a.k.a. group,

More information

8. Visual Analytics. Prof. Tulasi Prasad Sariki SCSE, VIT, Chennai

8. Visual Analytics. Prof. Tulasi Prasad Sariki SCSE, VIT, Chennai 8. Visual Analytics Prof. Tulasi Prasad Sariki SCSE, VIT, Chennai www.learnersdesk.weebly.com Graphs & Trees Graph Vertex/node with one or more edges connecting it to another node. Cyclic or acyclic Edge

More information

STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression

STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression analysis. Analysis of Variance: one way classification,

More information

Graphical Analysis of Data using Microsoft Excel [2016 Version]

Graphical Analysis of Data using Microsoft Excel [2016 Version] Graphical Analysis of Data using Microsoft Excel [2016 Version] Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters.

More information

A Brief Word About Your Exam

A Brief Word About Your Exam Exam 1 Studyguide A Brief Word About Your Exam Your exam will be MONDAY, FEBRUARY 20 DURING CLASS TIME. You will have 50 minutes to complete Exam 1. If you arrive late or leave early, you forfeit any time

More information

A Brief Introduction to the ProClarity Enrollment Reports

A Brief Introduction to the ProClarity Enrollment Reports ACCESS TO THE REPORTS First Step: Open the recommended browser, Internet Explorer, go to the Compatibility View Settings on the Tools menu & select the Display all websites in Compatibility View checkbox.

More information

Minitab 17 commands Prepared by Jeffrey S. Simonoff

Minitab 17 commands Prepared by Jeffrey S. Simonoff Minitab 17 commands Prepared by Jeffrey S. Simonoff Data entry and manipulation To enter data by hand, click on the Worksheet window, and enter the values in as you would in any spreadsheet. To then save

More information

Handling Weighted, Asymmetric, Self-Looped, and Disconnected Networks in ORA

Handling Weighted, Asymmetric, Self-Looped, and Disconnected Networks in ORA Handling Weighted, Asymmetric, Self-Looped, and Disconnected Networks in ORA Wei Wei, Jürgen Pfeffer, Jeffrey Reminga, and Kathleen M. Carley August, 2011 CMU-ISR-11-113 Institute for Software Research

More information

The Network Analysis Five-Number Summary

The Network Analysis Five-Number Summary Chapter 2 The Network Analysis Five-Number Summary There is nothing like looking, if you want to find something. You certainly usually find something, if you look, but it is not always quite the something

More information

Chapter 4 Graphs and Matrices. PAD637 Week 3 Presentation Prepared by Weijia Ran & Alessandro Del Ponte

Chapter 4 Graphs and Matrices. PAD637 Week 3 Presentation Prepared by Weijia Ran & Alessandro Del Ponte Chapter 4 Graphs and Matrices PAD637 Week 3 Presentation Prepared by Weijia Ran & Alessandro Del Ponte 1 Outline Graphs: Basic Graph Theory Concepts Directed Graphs Signed Graphs & Signed Directed Graphs

More information

Student Manual. Cognos Analytics

Student Manual. Cognos Analytics Student Manual Cognos Analytics Add a Prompt to a Filter Add a prompt to a filter to add interactivity to the report. Prompts allow you to change filter criteria when the report is run. NAVIGATION: My

More information

addition + =5+C2 adds 5 to the value in cell C2 multiplication * =F6*0.12 multiplies the value in cell F6 by 0.12

addition + =5+C2 adds 5 to the value in cell C2 multiplication * =F6*0.12 multiplies the value in cell F6 by 0.12 BIOL 001 Excel Quick Reference Guide (Office 2010) For your lab report and some of your assignments, you will need to use Excel to analyze your data and/or generate graphs. This guide highlights specific

More information

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data The following table shows the raw data which you need to fit to an appropriate equation k (s -1 ) T (K) 0.00043 312.5 0.00103 318.47 0.0018

More information

Introduction to BEST Viewpoints

Introduction to BEST Viewpoints Introduction to BEST Viewpoints This is not all but just one of the documentation files included in BEST Viewpoints. Introduction BEST Viewpoints is a user friendly data manipulation and analysis application

More information

Total Number of Students in US (millions)

Total Number of Students in US (millions) The goal of this technology assignment is to graph a formula on your calculator and in Excel. This assignment assumes that you have a TI 84 or similar calculator and are using Excel 2007. The formula you

More information

Quick Start Guide. Version R94. English

Quick Start Guide. Version R94. English Custom Reports Quick Start Guide Version R94 English December 12, 2016 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Basics: How to Calculate Standard Deviation in Excel

Basics: How to Calculate Standard Deviation in Excel Basics: How to Calculate Standard Deviation in Excel In this guide, we are going to look at the basics of calculating the standard deviation of a data set. The calculations will be done step by step, without

More information

Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations and Graphing Tasks

Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations and Graphing Tasks University of South Florida Scholar Commons Tampa Library Faculty and Staff Publications Tampa Library 2009 Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations

More information

Math 227 EXCEL / MEGASTAT Guide

Math 227 EXCEL / MEGASTAT Guide Math 227 EXCEL / MEGASTAT Guide Introduction Introduction: Ch2: Frequency Distributions and Graphs Construct Frequency Distributions and various types of graphs: Histograms, Polygons, Pie Charts, Stem-and-Leaf

More information

Week 5 Video 5. Relationship Mining Network Analysis

Week 5 Video 5. Relationship Mining Network Analysis Week 5 Video 5 Relationship Mining Network Analysis Today s Class Network Analysis Network Analysis Analysis of anything that can be seen as connections between nodes Most common social networks Connections

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

Table of Contents. Table of Contents

Table of Contents. Table of Contents Powered by 1 Table of Contents Table of Contents Dashboard for Windows... 4 Dashboard Designer... 5 Creating Dashboards... 5 Printing and Exporting... 5 Dashboard Items... 5 UI Elements... 5 Providing

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Introduction to the workbook and spreadsheet

Introduction to the workbook and spreadsheet Excel Tutorial To make the most of this tutorial I suggest you follow through it while sitting in front of a computer with Microsoft Excel running. This will allow you to try things out as you follow along.

More information

Excel Spreadsheets and Graphs

Excel Spreadsheets and Graphs Excel Spreadsheets and Graphs Spreadsheets are useful for making tables and graphs and for doing repeated calculations on a set of data. A blank spreadsheet consists of a number of cells (just blank spaces

More information

Adapted and expanded from: Hanneman, Robert Introduction to Social Network Methods.

Adapted and expanded from: Hanneman, Robert Introduction to Social Network Methods. 1 UCINet Quick Guide Alicia Wassink LING534 Adapted and expanded from: Hanneman, Robert Introduction to Social Network Methods. http://faculty.ucr.edu/~hanneman/nettext/ Sections in this guide: 1. Getting

More information

Mathematical Foundations

Mathematical Foundations Mathematical Foundations Steve Borgatti Revised 7/04 in Colchester, U.K. Graphs Networks represented mathematically as graphs A graph G(V,E) consists of Set of nodes vertices V representing actors Set

More information

To finish the current project and start a new project. File Open a text data

To finish the current project and start a new project. File Open a text data GGEbiplot version 5 In addition to being the most complete, most powerful, and most user-friendly software package for biplot analysis, GGEbiplot also has powerful components for on-the-fly data manipulation,

More information

STIDistrict Query (Basic)

STIDistrict Query (Basic) STIDistrict Query (Basic) Creating a Basic Query To create a basic query in the Query Builder, open the STIDistrict workstation and click on Utilities Query Builder. When the program opens, database objects

More information

เพ มภาพตามเน อหาของแต ละบท. Microsoft Excel Benjamas Panyangam and Dr. Dussadee Praserttitipong. Adapted in English by Prakarn Unachak

เพ มภาพตามเน อหาของแต ละบท. Microsoft Excel Benjamas Panyangam and Dr. Dussadee Praserttitipong. Adapted in English by Prakarn Unachak เพ มภาพตามเน อหาของแต ละบท Microsoft Excel 2016 Benjamas Panyangam and Dr. Dussadee Praserttitipong Adapted in English by Prakarn Unachak 204100 IT AND MODERN LIFE 1. Excel Basics 2. Calculation and Formula

More information

Sample Data. Sample Data APPENDIX A. Downloading the Sample Data. Images. Sample Databases

Sample Data. Sample Data APPENDIX A. Downloading the Sample Data. Images. Sample Databases APPENDIX A Sample Data Sample Data If you wish to follow the examples used in this book and I hope you will you will need some sample data to work with. All the files referenced in this book are available

More information

A Tutorial for Excel 2002 for Windows

A Tutorial for Excel 2002 for Windows INFORMATION SYSTEMS SERVICES Data Manipulation with Microsoft Excel 2002 A Tutorial for Excel 2002 for Windows AUTHOR: Information Systems Services DATE: August 2004 EDITION: 1.0 TUT 130 UNIVERSITY OF

More information

Product Documentation SAP Business ByDesign August Analytics

Product Documentation SAP Business ByDesign August Analytics Product Documentation PUBLIC Analytics Table Of Contents 1 Analytics.... 5 2 Business Background... 6 2.1 Overview of Analytics... 6 2.2 Overview of Reports in SAP Business ByDesign... 12 2.3 Reports

More information

Data Mining. SPSS Clementine k-means Algorithm. Spring 2010 Instructor: Dr. Masoud Yaghini. Clementine

Data Mining. SPSS Clementine k-means Algorithm. Spring 2010 Instructor: Dr. Masoud Yaghini. Clementine Data Mining SPSS 12.0 6. k-means Algorithm Spring 2010 Instructor: Dr. Masoud Yaghini Outline K-Means Algorithm in K-Means Node References K-Means Algorithm in Overview The k-means method is a clustering

More information

Adobe Marketing Cloud Data Workbench Controlled Experiments

Adobe Marketing Cloud Data Workbench Controlled Experiments Adobe Marketing Cloud Data Workbench Controlled Experiments Contents Data Workbench Controlled Experiments...3 How Does Site Identify Visitors?...3 How Do Controlled Experiments Work?...3 What Should I

More information

Pivot Tables. This is a handout for you to keep. Please feel free to use it for taking notes.

Pivot Tables. This is a handout for you to keep. Please feel free to use it for taking notes. Class Description This is an introduction to using Pivot Tables in spreadsheets, focusing on Microsoft Excel. Attendees should have a good basic knowledge of spreadsheets. Class Length One and one half

More information

Chemistry Excel. Microsoft 2007

Chemistry Excel. Microsoft 2007 Chemistry Excel Microsoft 2007 This workshop is designed to show you several functionalities of Microsoft Excel 2007 and particularly how it applies to your chemistry course. In this workshop, you will

More information

Clustering Algorithms for general similarity measures

Clustering Algorithms for general similarity measures Types of general clustering methods Clustering Algorithms for general similarity measures general similarity measure: specified by object X object similarity matrix 1 constructive algorithms agglomerative

More information

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Contents 1 Introduction to Using Excel Spreadsheets 2 1.1 A Serious Note About Data Security.................................... 2 1.2

More information

Geostatistics 2D GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents

Geostatistics 2D GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents GMS 7.0 TUTORIALS 1 Introduction Two-dimensional geostatistics (interpolation) can be performed in GMS using the 2D Scatter Point module. The module is used to interpolate from sets of 2D scatter points

More information

An introduction to plotting data

An introduction to plotting data An introduction to plotting data Eric D. Black California Institute of Technology February 25, 2014 1 Introduction Plotting data is one of the essential skills every scientist must have. We use it on a

More information

Microarray Excel Hands-on Workshop Handout

Microarray Excel Hands-on Workshop Handout Microarray Excel Hands-on Workshop Handout Piali Mukherjee (pim2001@med.cornell.edu; http://icb.med.cornell.edu/) Importing Data Excel allows you to import data in tab, comma or space delimited text formats.

More information

2009 LINKS Center Summer SNA Workshop

2009 LINKS Center Summer SNA Workshop Cohesion & Cohesive Subgroups Wednesday Afternoon Cohesion, generally, deals with issues connectedness. However, within that concept of connectedness, there are multiple approaches to cohesion, and multiple

More information

V4 Matrix algorithms and graph partitioning

V4 Matrix algorithms and graph partitioning V4 Matrix algorithms and graph partitioning - Community detection - Simple modularity maximization - Spectral modularity maximization - Division into more than two groups - Other algorithms for community

More information

DNS Server Status Dashboard

DNS Server Status Dashboard The Cisco Prime IP Express server status dashboard in the web user interface (web UI) presents a graphical view of the system status, using graphs, charts, and tables, to help in tracking and diagnosis.

More information

Microsoft Excel 2007 Creating a XY Scatter Chart

Microsoft Excel 2007 Creating a XY Scatter Chart Microsoft Excel 2007 Creating a XY Scatter Chart Introduction This document will walk you through the process of creating a XY Scatter Chart using Microsoft Excel 2007 and using the available Excel features

More information

Module 4: Creating Content Lesson 4: Creating Charts Learn

Module 4: Creating Content Lesson 4: Creating Charts Learn Module 4: Creating Content Lesson 4: Creating Charts Learn Welcome to Module 4, Lesson 4. In this lesson, you will learn how to create, edit, and save new charts based on your uploaded data using InfoAssist+.

More information

1 Introduction to Using Excel Spreadsheets

1 Introduction to Using Excel Spreadsheets Survey of Math: Excel Spreadsheet Guide (for Excel 2007) Page 1 of 6 1 Introduction to Using Excel Spreadsheets This section of the guide is based on the file (a faux grade sheet created for messing with)

More information

1. Basic Steps for Data Analysis Data Editor. 2.4.To create a new SPSS file

1. Basic Steps for Data Analysis Data Editor. 2.4.To create a new SPSS file 1 SPSS Guide 2009 Content 1. Basic Steps for Data Analysis. 3 2. Data Editor. 2.4.To create a new SPSS file 3 4 3. Data Analysis/ Frequencies. 5 4. Recoding the variable into classes.. 5 5. Data Analysis/

More information

1. Data Analysis Yields Numbers & Visualizations. 2. Why Visualize Data? 3. What do Visualizations do? 4. Research on Visualizations

1. Data Analysis Yields Numbers & Visualizations. 2. Why Visualize Data? 3. What do Visualizations do? 4. Research on Visualizations Data Analysis & Business Intelligence Made Easy with Excel Power Tools Excel Data Analysis Basics = E-DAB Notes for Video: E-DAB-05- Visualizations: Table, Charts, Conditional Formatting & Dashboards Outcomes

More information

What s New in Oracle Crystal Ball? What s New in Version Browse to:

What s New in Oracle Crystal Ball? What s New in Version Browse to: What s New in Oracle Crystal Ball? Browse to: - What s new in version 11.1.1.0.00 - What s new in version 7.3 - What s new in version 7.2 - What s new in version 7.1 - What s new in version 7.0 - What

More information

Tips and Guidance for Analyzing Data. Executive Summary

Tips and Guidance for Analyzing Data. Executive Summary Tips and Guidance for Analyzing Data Executive Summary This document has information and suggestions about three things: 1) how to quickly do a preliminary analysis of time-series data; 2) key things to

More information

Microsoft Excel Using Excel in the Science Classroom

Microsoft Excel Using Excel in the Science Classroom Microsoft Excel Using Excel in the Science Classroom OBJECTIVE Students will take data and use an Excel spreadsheet to manipulate the information. This will include creating graphs, manipulating data,

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

More information

Algorithm Design (8) Graph Algorithms 1/2

Algorithm Design (8) Graph Algorithms 1/2 Graph Algorithm Design (8) Graph Algorithms / Graph:, : A finite set of vertices (or nodes) : A finite set of edges (or arcs or branches) each of which connect two vertices Takashi Chikayama School of

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

AN OVERVIEW AND EXPLORATION OF JMP A DATA DISCOVERY SYSTEM IN DAIRY SCIENCE

AN OVERVIEW AND EXPLORATION OF JMP A DATA DISCOVERY SYSTEM IN DAIRY SCIENCE AN OVERVIEW AND EXPLORATION OF JMP A DATA DISCOVERY SYSTEM IN DAIRY SCIENCE A.P. Ruhil and Tara Chand National Dairy Research Institute, Karnal-132001 JMP commonly pronounced as Jump is a statistical software

More information

Unit 3 Fill Series, Functions, Sorting

Unit 3 Fill Series, Functions, Sorting Unit 3 Fill Series, Functions, Sorting Fill enter repetitive values or formulas in an indicated direction Using the Fill command is much faster than using copy and paste you can do entire operation in

More information

Kaseya 2. User Guide. Version 7.0. English

Kaseya 2. User Guide. Version 7.0. English Kaseya 2 Custom Reports User Guide Version 7.0 English September 3, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS

More information

Medoid Partitioning. Chapter 447. Introduction. Dissimilarities. Types of Cluster Variables. Interval Variables. Ordinal Variables.

Medoid Partitioning. Chapter 447. Introduction. Dissimilarities. Types of Cluster Variables. Interval Variables. Ordinal Variables. Chapter 447 Introduction The objective of cluster analysis is to partition a set of objects into two or more clusters such that objects within a cluster are similar and objects in different clusters are

More information

Unit 3 Functions Review, Fill Series, Sorting, Merge & Center

Unit 3 Functions Review, Fill Series, Sorting, Merge & Center Unit 3 Functions Review, Fill Series, Sorting, Merge & Center Function built-in formula that performs simple or complex calculations automatically names a function instead of using operators (+, -, *,

More information

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2 TABLE OF CONTENTS HOW TO USE THIS BOOK...................... V 1 GETTING STARTED.......................... 2 Introducing Data Analysis with Excel...2 Tour the Excel Window...3 Explore the Ribbon...4 Using

More information

Statistics for Dynamic & Static Networks

Statistics for Dynamic & Static Networks Statistics for Dynamic & Static Networks User Manual Supervising Professor: Thomas Kunz An ongoing project with contributions by Evan Bottomley, Cristopher Briglio, Jordan Edgecombe (Dynamic Statistics

More information

Chapter 2 Assignment (due Thursday, October 5)

Chapter 2 Assignment (due Thursday, October 5) (due Thursday, October 5) Introduction: The purpose of this assignment is to analyze data sets by creating histograms and scatterplots. You will use the STATDISK program for both. Therefore, you should

More information

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

2015 Arkansas Department of Education Data & Reporting Conference. Cognos Query Studio

2015 Arkansas Department of Education Data & Reporting Conference. Cognos Query Studio 2015 Arkansas Department of Education Data & Reporting Conference Cognos Query Studio SMS Workshop August 7, 2015 Arkansas Public School Computer Network CREATING REPORTS USED TO GENERATE DATA FILES 1.

More information

Princeton University Exercise Workbook Training Developed by Elisabetta Zodeiko, Princeton University

Princeton University Exercise Workbook Training Developed by Elisabetta Zodeiko, Princeton University ReportNet Query Studio Princeton University Exercise Workbook Training Developed by Elisabetta Zodeiko, Princeton University Cognos, Impromptu, PowerPlay, and ReportNet are registered trademarks of Cognos

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data Using Excel for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters. Graphs are

More information

Excel 2013 PivotTables and PivotCharts

Excel 2013 PivotTables and PivotCharts Excel 2013 PivotTables and PivotCharts PivotTables... 1 PivotTable Wizard... 1 Creating a PivotTable... 2 Groups... 2 Rows Group... 3 Values Group... 3 Columns Group... 4 Filters Group... 5 Field Settings...

More information

ScholarOne Manuscripts. COGNOS Reports User Guide

ScholarOne Manuscripts. COGNOS Reports User Guide ScholarOne Manuscripts COGNOS Reports User Guide 1-May-2018 Clarivate Analytics ScholarOne Manuscripts COGNOS Reports User Guide Page i TABLE OF CONTENTS USE GET HELP NOW & FAQS... 1 SYSTEM REQUIREMENTS...

More information

16 - Networks and PageRank

16 - Networks and PageRank - Networks and PageRank ST 9 - Fall 0 Contents Network Intro. Required R Packages................................ Example: Zachary s karate club network.................... Basic Network Concepts. Basic

More information

Instructions for Numbering and/or Reordering a Bibliography Roberta E. Sonnino, M.D., Judy Roberts, M.A.

Instructions for Numbering and/or Reordering a Bibliography Roberta E. Sonnino, M.D., Judy Roberts, M.A. Instructions for Numbering and/or Reordering a Bibliography Roberta E. Sonnino, M.D., Judy Roberts, M.A. STEP 1 CLEAN UP PARAGRAPHS IN YOUR CURRENT DOCUMENT Open the Word file that contains your bibliography

More information

PowerPoint Presentation to Accompany GO! All In One. Chapter 13

PowerPoint Presentation to Accompany GO! All In One. Chapter 13 PowerPoint Presentation to Accompany GO! Chapter 13 Create, Query, and Sort an Access Database; Create Forms and Reports 2013 Pearson Education, Inc. Publishing as Prentice Hall 1 Objectives Identify Good

More information