R/data-goggles.R

#' @title goggles data from textbook
#' @docType data
#' @keywords datasets
#' @name goggles
#' @usage data(goggles)
#' @format A data frame with 48 rows and 3 variables:
#' \describe{
#'   \item{participant}{Participant identification number}
#'   \item{gender}{Gender of participant}
#'   \item{alcohol}{Amount alcohol consumed }
#'   \item{attractiveness}{Perceived attractiveness}
#' }
#' @description  A data set from Field et al (2012)
#' @references Field, A., Miles, J., & Field, Z. (2012) Discovering Statistics Using R. Sage: Chicago.
#' @source \url{https://studysites.sagepub.com/dsur/study/}
"goggles"
NULL

Try the apaTables package in your browser

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

apaTables documentation built on Jan. 13, 2021, 11:22 p.m.