Learn R Programming

wooldridge (version 1.1.0)

gpa3: gpa3

Description

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

Usage

data(gpa3)

Arguments

Format

A data.frame with 732 rows and 23 variables:

  • term. fall = 1, spring = 2

  • sat. SAT score

  • tothrs. total hours prior to term

  • cumgpa. cumulative GPA

  • season. =1 if in season

  • frstsem. =1 if student's 1st semester

  • crsgpa. weighted course GPA

  • verbmath. verbal SAT to math SAT ratio

  • trmgpa. term GPA

  • hssize. size h.s. grad. class

  • hsrank. rank in h.s. class

  • id. student identifier

  • spring. =1 if spring term

  • female. =1 if female

  • black. =1 if black

  • white. =1 if white

  • ctrmgpa. change in trmgpa

  • ctothrs. change in total hours

  • ccrsgpa. change in crsgpa

  • ccrspop. change in crspop

  • cseason. change in season

  • hsperc. percentile in h.s.

  • football. =1 if football player

Examples

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

Run the code above in your browser using DataLab