jtrain98R Documentation

jtrain98

Description

Wooldridge Source: This is a data set I created many years ago intended as an update to the files JTRAIN2 and JTRAIN3. While the data were partly generated by me, the data attributes are similar to data sets used to evaluate job training programs. Data loads lazily.

Usage

data('jtrain98')

Format

A data.frame with 1130 observations on 10 variables:

Notes

The response variables, earn98 and unem98, both have discreteness: the former is a corner solutions (takes on the value zero and then a range of strictly positive values) and the latter is binary. One could use these in an exercise using methods in Chapter 17. unem98 can be used in a probit or logit model, earn98 in a Tobit model, or in Poisson regression (without assuming, of course, that the Poisson distribution is correct).

Used in Text: 101-102, 248, 601

Source

http://www.cengage.com/c/introductory-econometrics-a-modern-approach-7e-wooldridge

Examples

 str(jtrain98)