File: notesBorrowing.R

package info (click to toggle)
r-cran-blockmodeling 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: ansic: 2,024; f90: 952; sh: 13; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,294 bytes parent folder | download | duplicates (3)
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
#' @encoding UTF-8
#' @title The notes borrowing network between social-informatics students
#'
#' @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).
#' 
#' @format The data set is a valued matrix with 13 rows and columns.
#' 
#' @usage data("notesBorrowing")
#' 
#' @examples 
#' data(notesBorrowing)
#'
#' # Plot the network.
#' # (The function plotMat is from blockmodeling package.)
#' # plotMat(nyt)
#' 
#' @keywords datasets
#' 
#' @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
#'
#' @docType data
#' @name notesBorrowing
NULL