Learn R Programming

SIN (version 0.4)

ambition: Ambition and Attainment

Description

In a study of ambition and attainment 7 variables are measured on 767 twelth grade males. The variables are: lcl{ $X_1$ : father's education, $X_2$ : father's occupation, $X_3$ : number of siblings, $X_4$ : intelligence, $X_5$ : grades, $X_6$ : educational expectation, $X_7$ : occupational aspiration. }

Usage

data(ambition)

Arguments

format

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

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