Learn R Programming

SIN (version 0.6)

ambition: Ambition and Attainment

Description

In a study of ambition and attainment 7 variables are measured on 767 twelth grade males. The variables are:
$X1$ :
father's education, $X2$
: father's occupation,
$X3$ :
number of siblings, $X4$
: intelligence,
$X5$ :
grades, $X6$
: educational expectation,

Usage

data(ambition)

Arguments

Format

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

Source

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

Examples

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

Run the code above in your browser using DataLab