Description Usage Format Details Source
The uscrime
data deals with crime rates (number of crimes per 100,000 residents) in the 50 U.S.;
the dataset includes also land and population (in 1985) of the 50 U.S., which are classified by the following seven categories:
murder, rape, robbery, assault, burglary, larceny and auto-theft.
1 |
uscrime
is a tbl data frame with 50 observations on 12 variables.
The 12 variables of the uscrime
tbl data frame are the following ones:
state
Usps states abbreviation (character);
land
land area (integer);
popu1985
population in 1985 (integer);
murd
number of murders per 100,000 residents (numeric);
rape
number of rapes per 100,000 residents (numeric);
robb
number of robberies per 100,000 residents (numeric);
assa
number of assaults per 100,000 residents (integer);
burg
number of burglaries per 100,000 residents (integer);
larc
number of larcenies per 100,000 residents (integer);
auto
number of auto-thefts per 100,000 residents (integer);
reg
U.S. states region number (integer);
div
U.S. states division number (integer).
Härdle, W. K. and Simar, L., Applied Multivariate Statistical Analysis, 3rd edition, Springer, 2012
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.