R/data-album.R

#' @title album data from textbook
#' @docType data
#' @keywords datasets
#' @name album
#' @usage data(album)
#' @format A data frame with 200 rows and 4 variables:
#' \describe{
#'   \item{adverts}{Amount spent of adverts, thousands of pounds}
#'   \item{sales}{Album sales in thousands}
#'   \item{airplay}{Number of times songs from album played on radio week prior to release}
#'   \item{attract}{Attractiveness rating of band members}
#' }
#' @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/}
"album"
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.