Learn R Programming

wooldridge (version 1.4-4)

ceosal2: ceosal2

Description

Wooldridge Source: See CEOSAL1.RAW Data loads lazily.

Usage

data('ceosal2')

Arguments

Format

A data.frame with 177 observations on 15 variables:

  • salary: 1990 compensation, $1000s

  • age: in years

  • college: =1 if attended college

  • grad: =1 if attended graduate school

  • comten: years with company

  • ceoten: years as ceo with company

  • sales: 1990 firm sales, millions

  • profits: 1990 profits, millions

  • mktval: market value, end 1990, mills.

  • lsalary: log(salary)

  • lsales: log(sales)

  • lmktval: log(mktval)

  • comtensq: comten^2

  • ceotensq: ceoten^2

  • profmarg: profits as percent of sales

Notes

Compared with CEOSAL1.RAW, in this CEO data set more information about the CEO, rather than about the company, is included.

Used in Text: pages 64, 111, 163, 214, 335, 699

Examples

Run this code
 str(ceosal2)

Run the code above in your browser using DataLab