1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/notesBorrowing.R
\docType{data}
\encoding{UTF-8}
\name{notesBorrowing}
\alias{notesBorrowing}
\title{The notes borrowing network between social-informatics students}
\format{
The data set is a valued matrix with 13 rows and columns.
}
\usage{
data("notesBorrowing")
}
\description{
The data come from a survey conducted in May 1993 on 13 social-informatics students (Hlebec, 1996).
The network was constructed from answers to the question, "How often did you borrow notes from this person?" for each of the fellow students.
The respondents indicated the frequency of borrowing by choosing (on a computer) a line of length 1-20, where 1 meant no borrowing. 1 was deducted from all answers, so that 0 now means no borrowing.
The data was first used for blockmodeling in Žiberna (2007).
}
\examples{
data(notesBorrowing)
# Plot the network.
# (The function plotMat is from blockmodeling package.)
# plotMat(nyt)
}
\references{
Hlebec, V., (1996). \emph{Metodološke značilnosti anketnega zbiranja podatkov v analizi omrežji: Magistersko delo}. FDV, Ljubljana.
Žiberna, A. (2007). Generalized blockmodeling of valued networks. \emph{Social Networks}, 29, 105-126. https://doi.org/10.1016/j.socnet.2006.04.002
}
\keyword{datasets}
|