R/data-jury.R

#' Simulated juror dataset
#'
#' Simulated dataset of registered voters proportions and representation on
#' juries.
#'
#'
#' @name jury
#' @docType data
#' @format A data frame with 275 observations on the following variable.
#' \describe{\item{race}{a factor with levels \code{black} \code{hispanic}
#' \code{other} \code{white}} }
#' @keywords datasets
#' @examples
#'
#'
#' jury
"jury"
OpenIntroStat/openintro documentation built on June 4, 2024, 4:19 a.m.