Last data update: 2014.03.03

R: Trade union data
trade.unionR Documentation

Trade union data

Description

The trade.union data frame has data on 534 U.S. workers.

Usage

data(trade.union)

Format

This data frame contains the following columns:

years.educ

number of years of education.

south

indicator of living in southern region of U.S.A.

female

gender indicator: 0=male,1=female.

years.experience

number of years of work experience

union.member

indicator of trade union membership: 0=non-member, 1=member.

wage

wages in dollars per hour.

age

age in years.

race

1=black, 2=Hispanic, 3=white.

occupation

1=management, 2=sales, 3=clerical, 4=service, 5=professional, 6=other.

sector

0=other, 1=manufacturing, 2=construction.

married

indicator of being married: 0=unmarried, 1=married.

Source

Berndt, E.R. (1991) The Practice of Econometrics. New York: Addison-Wesley.

References

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

Examples

library(SemiPar)
data(trade.union)
pairs(trade.union,pch=".")

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(SemiPar)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/SemiPar/trade.union.Rd_%03d_medium.png", width=480, height=480)
> ### Name: trade.union
> ### Title: Trade union data
> ### Aliases: trade.union
> ### Keywords: datasets
> 
> ### ** Examples
> 
> library(SemiPar)
> data(trade.union)
> pairs(trade.union,pch=".")
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>