R/ds17_Course_Evaluations.R

#' Data Set 17: Course Evaluations
#'
#' Data are from 93 college student course evaluations.  Based on data from
#' Andrew Gelman and Jennifer Hill, 2007, "Replications Data for Data
#' Analysis Using Regression Multilevel/Hierarchical Models,"
#' http://hdl.handle.net/1902.1/10285 .
#' \itemize{
#' \item COURSE_EVAL includes the mean course rating
#' \item PROF_EVAL includes the mean professor rating
#' \item PROF_AGE includes the professor age in years
#' \item SIZE includes the number of course evaluations per course
#' \item PROF_BEAUTY includes the mean beauty rating based on the professor's photo
#' }
#'
#' @format A data frame with 93 rows and 6 variables
#' @source Triola, M. 2018. Elementary Statistics, 13th ed. Boston, MA: Pearson.
#' @name ds17_Course_Evaluations
NULL
ngay/kustats documentation built on May 23, 2019, 4:41 p.m.