R/random_student_data.R

#' Dataset containing info on students' demographic characteristics and math-related attitudes and perceptions
#'
#'This data was randomly generated using the wakefield package on GitHub (set.seed = 1)
#'
#' @format A dataframe with 500 rows and 8 variables:
#' \describe{
#'   \item{studentID}{ID number of participant}
#'   \item{sex}{Sex of participant}
#'   \item{race}{Race of participant}
#'   \item{age}{Age of participant}
#'   \item{grade_level}{Grade level of participant}
#'   \item{math_motivation}{Degree to which participant felt motivated to learn math at end of two-week period}
#'   \item{perceived_math_meaning_week1}{Degree to which participant agreed that teacher helped them find a meaningful reason to learn math during week 1}
#'   \item{perceived_math_meaning_week2}{Degree to which participant agreed that teacher helped them find a meaningful reason to learn math during week 2}
#' }
"random_student_data"
mnetter589/R4BehavSciPackage documentation built on May 24, 2019, 4:09 p.m.