Learn R Programming

wooldridge (version 1.0.1)

attend: attend

Description

Data loads lazily. Type data(attend) into the console.

Usage

data(attend)

Arguments

Format

A data.frame with 680 rows and 11 variables:

  • attend. classes attended out of 32

  • termGPA. GPA for term

  • priGPA. cumulative GPA prior to term

  • ACT. ACT score

  • final. final exam score

  • atndrte. percent classes attended

  • hwrte. percent homework turned in

  • frosh. =1 if freshman

  • soph. =1 if sophomore

  • missed. number of classes missed

  • stndfnl. (final - mean)/sd

Examples

Run this code
# NOT RUN {
 str(attend)
# }

Run the code above in your browser using DataLab