Learn R Programming

SIN (version 0.6)

pubprod: Publishing productivity

Description

Sample of 162 subjects for which 7 variables are measured:
ability :
score of the subject's ability, GPQ
: measure of the quality of the graduate program attended ,
preprod :
preliminary measure of productivity, QFJ
: quality of the first-job,
sex :
sex, cites
: citation rate,

Usage

data(pubprod)

Arguments

Format

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

Source

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

Examples

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

Run the code above in your browser using DataLab