Learn R Programming

MKLE (version 1.0.1)

state: Violent death in the USA

Description

The dataset gives the number of violent death per 100,000 population per state

Usage

data(state)

Arguments

Format

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

STATE

a factor with levels AK AL AR AZ CA CO CT DE FL GA HI IA ID IL IN KS KY LA MA MD ME MI MN MO MS MT NC ND NE NH NJ NM NV NY OH OK OR PA RI SC SD TN TX UT VA VT WA WI WV WY

CRIME

a numeric vector

Examples

Run this code
data(state)
hist(state$CRIME)
mkle(state$CRIME)

Run the code above in your browser using DataLab