File: cocaine.Rd

package info (click to toggle)
r-cran-ggvis 0.4.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,716 kB
  • sloc: javascript: 7,373; sh: 25; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 987 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data_cocaine.R
\docType{data}
\name{cocaine}
\alias{cocaine}
\title{Cocaine seizures in the US.}
\format{
Data frame with 3380 observations of 5 variables.
}
\usage{
cocaine
}
\description{
This dataset comes from STRIDE, the System to Retrieve Information from Drug
Evidence. It contains all concaine seizures in the US from 2007 that have
a known weight.
}
\section{Variables}{

\describe{
  \item{state}{State where seizure occured.}
  \item{potency}{Purity of cocaine, as percentage (100\% = pure cocaine,
    0\% = all filler)}
  \item{weight}{Weight, in grams.}
  \item{month}{Month in which seizure occured.}
  \item{price}{Estimated value in USD.}
}
}

\section{Use}{

Use of this data requires your agreement to refer to your analyses as
"unvalidated DEA data and to claim authorship and responsibility for any
inferences and/or conclusions you may draw from this information."
}

\keyword{datasets}