R/same_culture.R

#' Same culture event statistic
#'
#' A matrix coding whether senders of events (in the rows) and receivers of events
#' (in the column) have the background culture. Related to the 'events' data object,
#' that contains a relational event sequence, and the 'actors' object, that contains
#' information on the 25 actors involved in the relational event sequence.
#'
#'
#' @name same_culture
#' @docType data
#' @usage data(same_culture)
#' @format dataframe (25 rows, 4 columns)
#'
#' \tabular{lll}{
#'    \strong{same_culture} \tab \code{integer} \tab Event statistic. Matrix with senders in the
#'    rows and receivers in the columns. The event statistic is 1 if sender and receiver have
#'    the same culture and 0 otherwise. \cr
#' }
#'
#' @keywords datasets
NULL

Try the BFpack package in your browser

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

BFpack documentation built on Oct. 20, 2023, 5:09 p.m.