R/academic_awards.R

#' Academic awards data
#'
#' Simulated dataset based on the UCLA Statistical Consulting Group's website.
#'
#' \tabular{lll}{
#'   \strong{num_awards} \tab \code{integer} \tab Outcome variable; indicates the number of
#' awards earned by students at a high school in a year \cr
#'   \strong{math} \tab \code{integer} \tab Continuous predictor variable; represents students' scores on
#'   their math final exam \cr
#'   \strong{prog} \tab \code{factor} \tab Categorical predictor variable with three levels, indicating
#'   the type of program in which the students were enrolled:
#'   "General", "Academic", or "Vocational".
#' }
#' @docType data
#' @keywords datasets
#' @name academic_awards
#' @usage data(academic_awards)
#' @references Introduction to SAS. UCLA: Statistical Consulting Group. from
#' https://stats.oarc.ucla.edu/sas/modules/introduction-to-the-features-of-sas/
#' (accessed August 22, 2021).
#' @format A data frame with 200 rows and 4 variables.
NULL
cjvanlissa/gorica documentation built on Oct. 22, 2023, 10:47 a.m.