R/body_well.R

#'Correlated Data - Body Wellness
#'
#'An example of correlated data used in Chapter 11 of the book 
#'\emph{Introduction to the New Statistics}.
#'
#'This dataset contains body satisfaction and wellbeing scores for a sample of 106 college students.
#'The \emph{bodysat} variable is the mean rating of how satisfied a person is
#'(from 1 = very dissatisfied to 5 = very satisfied) with various aspects of
#'their body (e.g. satisfaction with one's face, muscle tone, 
#'weight, etc.). It is a subscale of the Multidimensional Body Self-Relations
#'Questionnaire (MBSRQ). The \emph{wellbeing} variable is the mean rating of strength
#'of agreement (from 1 = strongly disagree to 7 = strongly agree) with a number
#'of statements about a person's feeling of wellbeing.
#'
#'@format A data frame with 106 rows and 3 variables:
#'\describe{
#'  \item{sex}{\emph{female} or \emph{male}}
#'  \item{bodysat}{Body Satisfaction score}
#'  \item{wellbeing}{Wellbeing score}
#'}
#'
#'@references Cumming, G., & Calin-Jageman, R. (2017).
#'  \emph{Introduction to the New Statistics}. New York; Routledge.
"body_well"
gitrman/itns documentation built on May 17, 2019, 5:29 a.m.