Learn R Programming

wooldridge (version 1.1.0)

gpa2: gpa2

Description

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

Usage

data(gpa2)

Arguments

Format

A data.frame with 4137 rows and 12 variables:

  • sat. combined SAT score

  • tothrs. total hours through fall semest

  • colgpa. GPA after fall semester

  • athlete. =1 if athlete

  • verbmath. verbal/math SAT score

  • hsize. size grad. class, 100s

  • hsrank. rank in grad. class

  • hsperc. high school percentile, from top

  • female. =1 if female

  • white. =1 if white

  • black. =1 if black

  • hsizesq. hsize^2

Examples

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

Run the code above in your browser using DataLab