Learn R Programming

SIN (version 0.4)

pubprod: Publishing productivity

Description

Sample of 162 subjects for which 7 variables are measured: lcl{ 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, pubs : publication rate. }

Usage

data(pubprod)

Arguments

format

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

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