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

ConvictionsAndIncomeR Documentation

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

ConvictionsAndIncome

Format

A data frame with 395 observations on the following 2 variables.

convicted

a factor with levels no and yes

income

a factor with levels adequate, comfortable, and inadequate

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://www.icpsr.umich.edu/icpsrweb/NACJD/archive.jsp

Examples


str(ConvictionsAndIncome)
ConvictionsAndIncome

xtabs(~ convicted + income, data = ConvictionsAndIncome)


kmiddleton/abd documentation built on April 24, 2024, 12:17 p.m.