#' Drug use of students and parents
#'
#' Summary of 445 student-parent pairs.
#'
#'
#' @name drug_use
#' @docType data
#' @format A data frame with 445 observations on the following 2 variables.
#' \describe{
#' \item{student}{a factor with levels \code{not} \code{uses}}
#' \item{parents}{a factor with levels \code{not} \code{used}}
#' }
#' @source Ellis GJ and Stone LH. 1979. Marijuana Use in College: An
#' Evaluation of a Modeling Explanation. Youth and Society 10:323-334.
#' @keywords datasets
#' @examples
#'
#' table(drug_use)
"drug_use"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.