Learn R Programming

RSADBE (version 1.0)

sat: SAT-M marks and its impact on the final exams of a course

Description

The final completion of a stat course is believed to depend on the marks scored by the student during his qualifying SAT-M marks. This data set is used to setup the motivation for binary regression models such as probit and logistic regressino models.

Usage

data(sat)

Arguments

Format

A data frame with 30 observations on the following 5 variables.
Student.No
Student number
Grade
Grade of the student
Pass
Pass-Fail indicator in the final exam
Sat
The SAT-M marks
GPP
The GPP group

References

Johnson, Valen E., and James H. Albert. Ordinal data modeling. Springer, 1999.

Examples

Run this code
data(sat)

Run the code above in your browser using DataLab