Learn R Programming

SIN (version 0.6)

grades: School Grades

Description

The data consists of the test results of 220 boys in the 6 school subjects:
  • Gaelic,
  • English,
  • history,
  • arithmetic,
  • algebra,
  • geometry.

Usage

data(grades)

Arguments

Format

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

Source

Whittaker, J. (1990) Graphical models in applied multivariate statistics. Chichester: Wiley. (See p.266).

Examples

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

Run the code above in your browser using DataLab