R Dataset / Package Zelig / sna.ex
On this R-data statistics page, you will find information about the sna.ex data set which pertains to Simulated Example of Social Network Data. The sna.ex data set is found in the Zelig R package. You can load the sna.ex data set in R by issuing the following command at the console data("sna.ex"). This will load the data into a variable called sna.ex. If R says the sna.ex data set is not found, you can try installing the package by issuing this command install.packages("Zelig") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the sna.ex R data set. The size of this file is about 35 bytes.
Simulated Example of Social Network Data
Description
This data set contains five sociomatrices of simulated data social network data.
Usage
data(sna.ex)
Format
Each variable in the dataset is a 25 by 25 matrix of simulated social network data. The matrices are labeled "Var1", "Var2", "Var3", "Var4", and "Var5".
Source
fictitious
Dataset imported from https://www.r-project.org.