Learn R Programming

SemiPar (version 1.0-4.2)

age.income: Age/income data

Description

The age.income data frame has 205 pairs observations on Canadian workers from a 1971 Canadian Census Public Use Tape (Ullah, 1985).

Usage

data(age.income)

Arguments

Format

This data frame contains the following columns:

age

age in years.

log.income

logarithm of income.

References

Ruppert, D., Wand, M.P. and Carroll, R.J. (2003) Semiparametric Regression Cambridge University Press. http://stat.tamu.edu/~carroll/semiregbook/

Examples

Run this code
# NOT RUN {
library(SemiPar)
data(age.income)
attach(age.income)
plot(age,log.income)
# }

Run the code above in your browser using DataLab