baker {blockmodeling} | R Documentation |
Citation data between social work journals for the 1985-86 period
Description
This example consists of the citation data between social work journals for the 1985-86 period, collected and analyzed in Baker (1992)
Usage
data(baker)
Format
An object of class matrix
(inherits from array
) with 20 rows and 20 columns.
References
Baker, D. R. (1992). A Structural Analysis of Social Work Journal Network: 1985-1986. Journal of Social Service Research, 15(3-4), 153-168. doi: 10.1300/J079v15n03_09
Examples
# data(baker)
# Transforming it to matrix format
# baker <- as.matrix(baker)
# putting zeros on the diagonal
# diag(baker) <- 0
[Package blockmodeling version 1.1.5 Index]