Learn R Programming

SIN (version 0.6)

university1992: Druzdzel and Glymour's University Data 1992

Description

Data from a study by the U.S. News and World Report magazine with the purpose of college ranking. Druzdzel and Glymour choose 8 variables and after removing some universities give a correlation matrix for 170 universities. The 8 variables are:
apgra
average percentage of graduation, i.e., the fraction of the total number of entering students who make it through the graduation,

rejr
rejection rate, i.e., the fraction of the applicants who are given an admission offer,

tstsc
average standardized test scores of the incoming students,

top10
class standing of the incoming freshman, which is a fraction of the incoming freshmen who were in top 10% of their high school graduating class,

pacc
percentage of those students who accept the university's offer from among those who are offered admission,

spend
total educational and general expenses per student, which is the sum spent on the instruction, student services, and academic support, including libraries and computing services,
strat
student-faculty ratio,

salar
average facutly salary.

Usage

data(university1992)

Arguments

Format

A list providing a summary of the data. The list contains:
university1992$means :
the mean vector, university1992$stddev
: the vector of standard deviations,
university1992$corr :
the correlation matrix, and university1992$means

Source

Druzdzel, M.J. \& Glymour, C. (1999) In Computation, Causation, and Discovery. (Ed. Glymour, C. \& Cooper, G.F.). Cambridge, Massachusetts: The MIT Press. (See Ch. 19).

Examples

Run this code
data(university1992)
university1992$means
university1992$stddev
university1992$corr
university1992$n

Run the code above in your browser using DataLab