Last data update: 2014.03.03

R: Data on Corporations and Corporation Chairmen
E3.6R Documentation

Data on Corporations and Corporation Chairmen

Description

The E3.6 data frame has 50 rows and 6 columns.

Usage

data(E3.6)

Format

This data frame contains the following columns:

Y84

a numeric vector, salary 1984, in dollars.

Y83

a numeric vector, salary 1983, in dollars.

SHARES

a numeric vector, number of shares the chairman holds.

REV

a numeric vector, total revenue of the company.

INC

a numeric vector, total income of the company.

AGE

a numeric vector, age of chairman, in years.

Source

Reprinted with permission from the May 13, 1985, issue of Crain's Chicago Business. Copyright 1985 by Crain's Communications, Inc. The data given are a portion of the original table.

Examples

data(E3.6)
summary(E3.6)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(SenSrivastava)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/SenSrivastava/E3.6.Rd_%03d_medium.png", width=480, height=480)
> ### Name: E3.6
> ### Title: Data on Corporations and Corporation Chairmen
> ### Aliases: E3.6
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(E3.6)
> summary(E3.6)
      Y84               Y83              SHARES             REV       
 Min.   : 430000   Min.   : 267510   Min.   :   2000   Min.   :  220  
 1st Qu.: 473662   1st Qu.: 392276   1st Qu.:  27873   1st Qu.:  922  
 Median : 555391   Median : 493752   Median :  72506   Median : 1592  
 Mean   : 650632   Mean   : 571694   Mean   : 445801   Mean   : 4449  
 3rd Qu.: 746267   3rd Qu.: 656997   3rd Qu.: 171628   3rd Qu.: 4054  
 Max.   :1481250   Max.   :1455350   Max.   :5713459   Max.   :38828  
      INC               AGE       
 Min.   :   4.50   Min.   :44.00  
 1st Qu.:  36.62   1st Qu.:52.25  
 Median :  91.75   Median :57.00  
 Mean   : 192.35   Mean   :56.72  
 3rd Qu.: 157.57   3rd Qu.:62.00  
 Max.   :2183.00   Max.   :69.00  
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>