Learn R Programming

wooldridge (version 1.1.0)

infmrt: infmrt

Description

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

Usage

data(infmrt)

Arguments

Format

A data.frame with 102 rows and 12 variables:

  • year. 1987 or 1990

  • infmort. deaths per 1,000 live births

  • afdcprt. afdc partic., 1000s

  • popul. population, 1000s

  • pcinc. per capita income

  • physic. drs. per 100,000 civilian pop.

  • afdcper. percent on AFDC

  • d90. =1 if year == 1990

  • lpcinc. log(pcinc)

  • lphysic. log(physic)

  • DC. =1 for Washington DC

  • lpopul. log(popul)

Examples

Run this code
# NOT RUN {
 str(infmrt)
# }

Run the code above in your browser using DataLab