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"

Try the onadata package in your browser

Any scripts or data that you put into this service are public.

onadata documentation built on Jan. 25, 2022, 1:10 a.m.