data-cps71: Canadian High School Graduate Earnings

Description Usage Format Source References Examples

Description

Canadian cross-section wage data consisting of a random sample taken from the 1971 Canadian Census Public Use Tapes for male individuals having common education (grade 13). There are 205 observations in total.

Usage

1
data("cps71")

Format

A data frame with 2 columns, and 205 rows.

logwage

the first column, of type numeric

age

the second column, of type integer

Source

Aman Ullah

References

Pagan, A. and A. Ullah (1999), Nonparametric Econometrics, Cambridge University Press.

Examples

1
2
3
4
5
6
7
## Not run: 
data(cps71)
model <- lm.ma(logwage~age,compute.anova=TRUE,data=cps71)
summary(model)
plot(model,plot.data=TRUE,plot.ci=TRUE,plot.B=999)

## End(Not run)

JeffreyRacine/R-Package-ma documentation built on May 7, 2019, 10:35 a.m.