1. UCINET is WINDOWS Software. The program we will be using to demonstrate concepts and run analyses during the lab, UCINET, is a windows program. It does not run on Macs without some form of Windows emulation. Mac users wishing to use UCINET are encouraged to install a full Windows emulator, such as Parallels or VMware Fusion.
  2. Latest stable version – 1.2.6 The simplest way to install the igraph R package is typing install.packages('igraph') in your R session. If you want to download the package manually, the following link leads you to the page of the latest release on CRAN where you can pick the appropriate source or binary distribution yourself.

UCINET installation on a Mac UCINET is Windows Software, best run in as native a Windows environment as possible. However, it does run quite well in WineBottler which. Trusted Windows (PC) download Ucinet for Windows 6.421. Virus-free and 100% clean download. Get Ucinet for Windows alternative downloads. NodeXL Basic and NodeXL Pro are add-ins for Microsoft® Excel® (2007, 2010, 2013, 2016) that support social network and content analysis.

How to Use‎ > ‎FAQs & Tips‎ > ‎

Importing data into UCINET

posted Feb 21, 2015, 2:20 PM by Steve Borgatti [ updated May 8, 2016, 11:20 AM]
There are many ways to enter data into UCINET. If your data are in a compressed format, such as a nodelist or an edgelist, the easiest thing to do is typically to enter the data in Excel and then cut and paste from Excel into the DL Editor. Here is an example of a nodelist:


For detailed instructions on how to read a nodelist, see this document.
And here are the same data expressed as an edgelist:

For multiple relations, there is the edgelist23 format. The third column gives the relation:
(It is also possible to add a 4th column giving the strength of tie.)

A limitation of the dl editor is that, for data are organized as matrices, the editor can only handle one matrix. If you have multiple matrices, each one representing a different relation, you need to use the the matrix editor, which uses multiple tabs for multiple relations:
Note that when you save, if all of the tabs have the same dimensions and node labels, all matrices will be written to the same ucinet dataset. But if the different tabs contain data with different dimensions or labels, then only the currently visible tab will be saved.
Importing
Instead of cutting and pasting, you can also go to File|Open and open a variety of file types, including UCINET, Excel, CSV, GraphML (matrix editor only).
Command line interface (matrix algebra)
The matrix editor is available in the command line interface (CLI) by typing Edit. In addition, you can import Excel files by typing something like
->mydata = loadexcel('mydata.xls')
This creates a UCINET dataset called mydata from an excel file called mydata.xls

From this page you can download the latest version of Social Network Visualizer. There are installation packages and binaries for the three major Operating Systems (Windows, Mac and Linux) as well as links for the source code.

Click one of the buttons below to download the latest version package for your Operating System. If there is no package for your OS, please download and compile the source code (last icon).

Download and have fun with social network analysis!


Windows
Scanned with VirusTotal. Verify file integrity with SHA256 checksum


MacOS
(unzip, double click the .dmg file, then double click on SocNetV app while holding Ctrl)


Linux
(make executable and click to run in Debian, Ubuntu, Fedora, SUSE)

Warning for Windows Defender users: Windows Defender might alert you about a threat in SocNetV windows installer. This is a false positive as the installer is automatically created in Appveyor CI and checked for virus with VirusTotal. As you can see in this link, our installer is clean from any harmful agent. If Windows Defender keeps complaining please disable it temporarily, install SocNetV, and then reenable Windows Defender. For your peace of mind, scan the installed files with Defender to verify that they pose no security threat.

Warning for Linux users: On most Linux distributions, there are versions of SocNetV in the official distro repositories, but these are usually quite older and unsupported. For that reason, users of openSUSE, Fedora and Ubuntu are advised to add our repositories (openSUSE/Fedora and Ubuntu PPA) to install and automatically update to the latest and greatest SocNetV version through the package manager (i.e. apt-get install socnetv). If you do not know how to add our repositories in your distro, please read the Instructions in the Manual.

Source code

To compile the source code, please see Instructions.

Development version

Warning: The development is not always stable. Use at your own risk!

You can clone the development branch (called 'develop') of SocNetV with the command

git clone -b develop --single-branch https://github.com/socnetv/app.git socnetv

Ucinet

A new directory called socnetv will be created. To build the development version, install the qt5 libraries and afterwards change dir into socnetv

cd socnetv

and enter the following two commands to compile it:

qmake

and

Ucinet Mac Download Torrent

make

If you have Qt5 installed, a binary file named socnetv (or socnetv.exe) will be created. You can run it by

Ucinet Free Download

./socnetv (in Linux and Mac) or socnetv.exe (in Windows)