Description Usage Format Source References Examples
Data reporting the number of individual with and without convictions per income level.
1 |
A data frame with 6 observations on the following 3 variables.
convicted
a factor with levels no
and yes
income
a factor with levels adequate
, comfortable
, and inadequate
count
a numeric vector
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.
http://webapp.icpsr.umich.edu/cocoon/NACJD-STUDY/08488.xml
1 2 3 4 5 6 7 | data(ConvictionsAndIncome)
str(ConvictionsAndIncome)
ConvictionsAndIncome
Conv.raw <- expand.dft(ConvictionsAndIncome, "count")
xtabs(~convicted + income, data = Conv.raw)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.