Learn R Programming

abd (version 0.1-21)

ConvictionsAndIncome: Convictions and Income Level in a Cohort of English Boys

Description

Data reporting the number of individual with and without convictions per income level.

Usage

data(ConvictionsAndIncome)

Arguments

source

Farrington, D.P. 1994. Cambridge Study in Delinquent Development [Great Britain], 1961-1981. 2nd ICPSR ed. Inter-university Consortium for Political and Social Research, Ann Arbor, MI.

References

http://webapp.icpsr.umich.edu/cocoon/NACJD-STUDY/08488.xml

Examples

Run this code
data(ConvictionsAndIncome)
str(ConvictionsAndIncome)
ConvictionsAndIncome

Conv.raw <- expand.dft(ConvictionsAndIncome, "count")

xtabs(~convicted + income, data = Conv.raw)

Run the code above in your browser using DataLab