Learn R Programming

SIN (version 0.6)

blauduncan: Blau and Duncan's data on the American occupational structure

Description

Sample of 20,700 subjects for which 5 variables are measured:
$V$ :
Father's educational attainment, $X$
: Father's occupational status,
$U$ :
educational attainment, $W$
: Status of first-job,

Usage

data(blauduncan)

Arguments

Format

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

Source

Blau, P. \& Duncan, O. (1967) The American Occupational Structure. New York: Wiley. (See p.13 and p.169).

References

Spirtes, P., Glymour, C. \& Scheines, R. (2000) Causation, Prediction, and Search. Cambridge, Massachusetts: The MIT Press. (See pp.105-108).

Examples

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

Run the code above in your browser using DataLab