admission {nclSLR}R Documentation

MBA admissions data.

Description

Data on applicants to the Masters of Business Administration (MBA) programme of a US business graduate school.

Usage

data(admission)

Value

A data frame with 85 rows and 3 variables. The data frame contains the following columns:

GPA

The applicant's grade point average (GPA) on a 0.0 - 4.0 scale.

GMAT

The applicant's graduate management admission test (GMAT) score on a 200 - 800 scale.

decision

A factor with three levels, admit, border and notadmit, which refer to the category to which the student was assigned by admissions tutors (admit, borderline or do not admit).

Source

The data were taken from Johnson and Wichern (2008).

References

Johnson, R.A and Wichern, D.W. (2008) Applied Multivariate Statistical Analysis, Sixth Edition. Pearson.

Examples

data(admission)
head(admission)

[Package nclSLR version 0.1.0 Index]