Learn R Programming

fastR (version 0.10.3)

actgpa: ACT scores and GPA

Description

ACT scores and college GPA for a small sample of college students.

Arguments

Format

A data frame with 26 observations on the following 2 variables.

  • ACT a numeric vector

  • GPA a numeric vector

Examples

Run this code
# NOT RUN {
if (require(mosaicData)) {
  xyplot(GPA ~ ACT, data=actgpa)
}

# }

Run the code above in your browser using DataLab