R/IBE121.R

#' Classroom network
#'
#' Classroom network (directed multigraph) based on a study by (Polish)
#' Educational Research Institute. Relations come from sociometric questions
#' (loose translation from Polish):
#' \enumerate{
#' \item With whom would you like to play with?
#' \item With whom would you share a secret?
#' \item Imagine you are to work in groups during class. With whom would you
#' like to work in a group?
#' \item With whom would you rather not play?
#' }
#' Node attributes include gender, IQ score (Raven's test), socioeconomic
#' position of parents.
#'
#' @docType data
#' @name IBE121
#'
#' @format
#' Object of class igraph with a directed multigraph (possible multiple edges
#' within the same pair of vertices) of size 26.
#' Edge attributes:
#' \describe{
#' \item{female}{gender}
#' }
#'
#'
#' @source
#' Educational Research Institute
#'
#' @references
#' Educational Research Institute
NULL
mbojan/isnar documentation built on Feb. 18, 2021, 4:38 a.m.