R/sleep_beauty.R

#'Correlated Data - Sleep and Beauty
#'
#'An example of correlated data used in Chapter 11 of the book 
#'\emph{Introduction to the New Statistics}.
#'
#'This is a fake dataset created for the purposes of teaching / illustration.
#'
#'@format A data frame with 70 rows and 2 variables:
#'\describe{
#'  \item{nightly_sleep_hours}{Typical hours of nightly sleep (0 to 12)}
#'  \item{rated_attractiveness}{Level of attractiveness rated on a scale from 1-10}
#'}
#'
#'@references
#'Cumming, G., & Calin-Jageman, R. (2017).
#'  \emph{Introduction to the New Statistics}. New York; Routledge.
"sleep_beauty"
gitrman/itns documentation built on May 17, 2019, 5:29 a.m.