knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of classicnets
is to make available, compile and conserve classic data of social networks that are rarely available. We follow a history of this perspective based on Linton Freeman, John Scott and reviews from Ibero-America. The data are in the classic matrix
format.
r emo::ji("pen")
Author/mantainer: Alejandro Espinosa-Rada

r emo::ji("pen")
Author/mantainer: Francisca Ortiz

r emo::ji("school")
The Mitchell Centre for Social Network Analysis, The University of Manchester
library(classicnets)
Moreno, Jacob L. (1934). Who Shall Survive? Washington, DC: Nervous and Mental Disease Publishing Company.
data("pupils_classroom")
Roethlisberger, Fritz Jules and Dickson, William John (1939). Management and the worker. An Account of a Research Program Conducted by the Western Electric Company, Hawthorne Works, Chicago. Harvard University Press: Cambridge, Massachusetts.
data("bank_room")
Davis, Allison; Gardner, Burleigh B. and Mary. R. Gardner (1941). Deep South: A Social Anthropological Study of Caste and Class. The University of Chicago Press, Chicago.
data("southern_women")
Whyte, Willian Foote (1993[1943]). Street corner society. The social structure of an italian slum. Chicago, United States: The University of Chicago Press.
data("corner_boys") data("informalorg_corneville")
Festinger, Leon, Stanley, Schachter and Back, Kurt (1950). Social pressures in informal groups. A study of human factors in housing. California, United States: Stanford University Press.
data("tolman_court") data("howe_court")
Gluckman, Max (1973[1955]). The judicial process among the Barotse of Northern Rhodesia (Zambia). New York: Humanities Press.
data("lozi_kings")
Epstein, A.L. (1969). Gossip, Norms and Social Network. In Mitchell, J.C. (ed.) "Social Networks in Urban Situations" (pp. 117-127). Manchester, United Kingdom: Manchester University Press.
data("gossip_net")
Kapferer, Bruce (1969). Norms and the manipulation of relationships in a work context. In J Mitchell (ed), Social networks in urban situations. Manchester: Manchester University Press.
data("miner_dispute")
Stuchlik, Milan (1976). The life on half share. Mechanisms of Social Recruitment among the Mapuche of Southern Chile. London: C. Hurst & Company.
data("kin_mapuche") data("activity_mapuche") data("labor_mapuche") data("informalhelp_mapuche") data("participation_mapuche")
Zachary, Wayne W. (1977). An information flow model for conflict and fission in small groups. Journal of Anthropological Research, 33(4), 452-473.
data("karate_club")
There are other excellent R packages for other and in some cases more comprehensive data such as igraphdata
or networkdata
, and data in different formats in the project Netzschleuder. Likewise, there are many other classical social network databases in UCINET, which is the most comprehensive and well established software for social network analysis of the last decades.
Please report any missing sources/references for datasets.
Many datasets were manually gathered and may in this manner contain blunders. On the off chance that you detect any, please report them.
Double check the original source for any irregularities if you need to use the information in an academic paper.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.