R/data-karate.R

#' Zachary's Karate Club edgelist
#'
#' Edgelist of network of social interactions between members of a karate club
#'
#' @format A dataframe with 78 rows and 2 variables:
#' \describe{
#' \item{from}{Member ID}
#' \item{to}{Member ID}
#' }
#' 
#' @source \href{https://www.jstor.org/stable/3629752?origin=JSTOR-pdf}{Zachary, 1977}
#' 
#' @examples
#' karate
"karate"
keithmcnulty/onadata documentation built on March 21, 2022, 6:31 a.m.