powered by
A survey of 55 Duke University students asked about their GPA, number of hours they study at night, number of nights they go out, and their gender.
data("gpa")
A data frame with 55 observations on the following 5 variables.
gpa
a numeric vector
studyweek
sleepnight
out
gender
a factor with levels female male
female
male
# NOT RUN { data(gpa) ## maybe str(gpa) ; plot(gpa) ... # }
Run the code above in your browser using DataLab