knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

CRAN status Lifecycle:
experimental License: GPL v3

classicnets: Classic Data of Social Networks

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

![Follow me on Twitter](https://img.shields.io/badge/Follow me on Twitter-9cf.svg)

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

![Follow me on Twitter](https://img.shields.io/badge/Follow me on Twitter-9cf.svg)

r emo::ji("school") The Mitchell Centre for Social Network Analysis, The University of Manchester


Social Networks Available

library(classicnets)

Friendship choices among pupils

Moreno, Jacob L. (1934). Who Shall Survive? Washington, DC: Nervous and Mental Disease Publishing Company.

data("pupils_classroom")

Western Electric Company

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")

Southern Women

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")

Corner Boys

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")

Tolman and Howe Courts

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")

Lozi Kings

Gluckman, Max (1973[1955]). The judicial process among the Barotse of Northern Rhodesia (Zambia). New York: Humanities Press.

data("lozi_kings")

Gossip network

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")

Dispute of Worker of a Miner

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")

Mapuches in Coipuco

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")

Karate Club

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")


Social Network Data

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.


Notes


Code of conduct

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.




anespinosa/classicnets documentation built on May 31, 2022, 8:35 p.m.