R Dataset / Package wooldridge / htv

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

htv

Description

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

Usage

data(htv)

Format

A data.frame with 1230 rows and 23 variables:

  • wage. hourly wage, 1991

  • abil. abil. measure, not standardized

  • educ. highest grade completed by 1991

  • ne. =1 if in northeast, 1991

  • nc. =1 if in nrthcntrl, 1991

  • west. =1 if in west, 1991

  • south. =1 if in south, 1991

  • exper. potential experience

  • motheduc. highest grade, mother

  • fatheduc. highest grade, father

  • brkhme14. =1 if broken home, age 14

  • sibs. number of siblings

  • urban. =1 if in urban area, 1991

  • ne18. =1 if in NE, age 18

  • nc18. =1 if in NC, age 18

  • south18. =1 if in south, age 18

  • west18. =1 if in west, age 18

  • urban18. =1 if in urban area, age 18

  • tuit17. college tuition, age 17

  • tuit18. college tuition, age 18

  • lwage. log(wage)

  • expersq. exper^2

  • ctuit. tuit18 - tuit17

Source

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

Examples

 str(htv)

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

Attachments: csv, json

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