R Dataset / Package wooldridge / beauty

On this R-data statistics page, you will find information about the beauty data set which pertains to beauty. The beauty data set is found in the wooldridge R package. You can load the beauty data set in R by issuing the following command at the console data("beauty"). This will load the data into a variable called beauty. If R says the beauty 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 beauty R data set. The size of this file is about 83,767 bytes.

beauty

Description

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

Usage

data(beauty)

Format

A data.frame with 1260 rows and 17 variables:

  • wage. hourly wage

  • lwage. log(wage)

  • belavg. =1 if looks <= 2

  • abvavg. =1 if looks >=4

  • exper. years of workforce experience

  • looks. from 1 to 5

  • union. =1 if union member

  • goodhlth. =1 if good health

  • black. =1 if black

  • female. =1 if female

  • married. =1 if married

  • south. =1 if live in south

  • bigcity. =1 if live in big city

  • smllcity. =1 if live in small city

  • service. =1 if service industry

  • expersq. exper^2

  • educ. years of schooling

Source

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

Examples

 str(beauty)

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

Attachments: csv, json

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