Learn R Programming

SIN (version 0.4)

university1993: Druzdzel and Glymour's University Data 1993

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 159 universities. The 8 variables are: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

Usage

data(university1993)

Arguments

format

A list providing a summary of the data. The list contains: lcl{ university1993$means : the mean vector, university1993$stddev : the vector of standard deviations, university1993$corr : the correlation matrix, and university1993$n : the sample size. }

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(university1993)
university1993$means
university1993$stddev
university1993$corr
university1993$n

Run the code above in your browser using DataLab