R/data-gpa_iq.R

#' Sample of students and their GPA and IQ
#'
#' Data on 78 students including GPA, IQ, and gender.
#'
#'
#' @name gpa_iq
#' @aliases gpa.iq gpa_iq
#' @docType data
#' @format A data frame with 78 observations representing students on the
#' following 5 variables. \describe{\item{obs}{a numeric vector}
#' \item{gpa}{Grade point average (GPA).} \item{iq}{IQ.}
#' \item{gender}{Gender.} \item{concept}{a numeric vector} }
#' @keywords datasets
#' @examples
#'
#' gpa_iq
"gpa_iq"

Try the openintro package in your browser

Any scripts or data that you put into this service are public.

openintro documentation built on Sept. 1, 2022, 9:06 a.m.