R/datascreen-data.R

#' Data Screening Practice Dataset
#'
#' Study: This dataset includes a male body dissatisfaction scale that can be used for
#' datascreening or scale development.
#'
#' @docType data
#'
#' @usage data(datascreen)
#'
#' @format A data frame with 797 rows and 12 variables.
#'
#' \describe{
#'   \item{Participant_ID}{ID number for each participant}
#'   \item{q1}{I think my body should be leaner}
#'   \item{q2}{I am concerned that my stomach is too flabby}
#'   \item{q3}{I feel dissatisfied with my overall body build}
#'   \item{q4}{I think I have too much fat on my body}
#'   \item{q5}{I think my abs are not thin enough}
#'   \item{q6}{I feel satisfied with the size and shape of
#'   my body}
#'   \item{q7}{Has eating sweets, cakes, or other high
#'   calorie food made you feel fat or weak?}
#'   \item{q8}{Have you felt excessively large and rounded
#'   (i.e., fat)?}
#'   \item{q9}{Have you felt ashamed of your body size or
#'   shape?}
#'   \item{q10}{Has seeing your reflection (e.g., in a mirror
#'   or window) made you feel badly about your size or shape?}
#'   \item{q11}{Have you been so worried about your body size
#'   or shape that you have been feeling that you ought to diet?}
#' }
#'
#' @keywords datasets
"datascreen"
doomlab/learnSEM documentation built on Jan. 25, 2024, 2 p.m.