R/data.R

#' Alcohol, Cigarette, and Marijuana Use for High School Seniors
#'
#' @details Data are from Table 7.3 of Agresti (2007). The first three columns
#' make up data from a 3-way contingency table.
#'
#' @name seniors
#' @aliases seniors
#' @docType data
#' @return \item{seniors}{a tibble}
#'
#' @source Agresti, A (2007). _An Introduction to Categorical Data Analysis_.
#'
#' @keywords datasets
#' @examples
#' data(seniors)
#' str(seniors)
NULL

Try the poissonreg package in your browser

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

poissonreg documentation built on Aug. 22, 2022, 5:07 p.m.