R Dataset / Package wooldridge / ceosal2

On this R-data statistics page, you will find information about the ceosal2 data set which pertains to ceosal2. The ceosal2 data set is found in the wooldridge R package. You can load the ceosal2 data set in R by issuing the following command at the console data("ceosal2"). This will load the data into a variable called ceosal2. If R says the ceosal2 data set is not found, you can try installing the package by issuing this command install.packages("wooldridge") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the ceosal2 R data set. The size of this file is about 18,377 bytes.

ceosal2

Description

Data loads lazily. Type data(ceosal2) into the console.

Usage

data(ceosal2)

Format

A data.frame with 177 rows and 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

Source

https://www.cengage.com/cgi-wadsworth/course_products_wp.pl?fid=M20b&product_isbn_issn=9781111531041

Examples

 str(ceosal2)

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-wooldridge-ceosal2.html" width="100%" height="100%" style="border:0px"></iframe>