[R] Measurements of 3000 criminals
Jean lobry
lobry at biomserv.univ-lyon1.fr
Sat Oct 28 13:07:04 CEST 2006
> Hallo everyone,
>
> excuse me if this is not a genuine R question but I do not know where to
> ask else.
>
> Referring to e.g.
>
> https://stat.ethz.ch/pipermail/r-help/2004-December/062114.html
>
> I wonder if these measurements of 3000 criminals (raw data) are
> available anywhere. At least I didn't find them in the R datasets
> package or by means of Google. What I did find was a table of
> frequencies of the central values for *grouped* classifications (finger
> lenghts) in the Handbook of Small Data Sets.
>
> Thank you in advance.
>
> D. Trenkler
Dietrich,
I'm not sure, but this is perhaps what you want:
crim <- read.table("http://pbil.univ-lyon1.fr/R/donnees/criminals1902.txt")
For some R code playing with this dataset, open this (draft) document:
http://pbil.univ-lyon1.fr/members/lobry/R/convergencet.pdf
and jump to section 4.
HTH,
Jean
--
Jean R. Lobry (lobry at biomserv.univ-lyon1.fr)
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo : +33 472 43 27 56 fax : +33 472 43 13 88
http://pbil.univ-lyon1.fr/members/lobry/
More information about the R-help
mailing list