The R Project SVN R

Rev

Rev 85904 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85904 Rev 88548
Line 1... Line 1...
1
% File src/library/datasets/man/USArrests.Rd
1
% File src/library/datasets/man/USArrests.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2016 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{USArrests}
6
\name{USArrests}
7
\title{Violent Crime Rates by US State}
7
\title{Violent Crime Rates by US State}
8
\docType{data}
8
\docType{data}
Line 40... Line 40...
40
  See the example below on how to correct the error and improve accuracy
40
  See the example below on how to correct the error and improve accuracy
41
  for the \sQuote{<n>.5} percentages.
41
  for the \sQuote{<n>.5} percentages.
42
}
42
}
43
\seealso{The \code{\link{state}} data sets.}
43
\seealso{The \code{\link{state}} data sets.}
44
\references{
44
\references{
45
  McNeil, D. R. (1977)
45
  \bibshow{R:McNeil:1977}
46
  \emph{Interactive Data Analysis}.
-
 
47
  New York: Wiley.
-
 
48
}
46
}
49
\examples{
47
\examples{
50
summary(USArrests)
48
summary(USArrests)
51
 
49
 
52
require(graphics)
50
require(graphics)