The R Project SVN R

Rev

Rev 68948 | Rev 85925 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 74265
Line 1... Line 1...
1
% File src/library/datasets/man/anscombe.Rd
1
% File src/library/datasets/man/anscombe.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-2011 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{anscombe}
6
\name{anscombe}
7
\docType{data}
7
\docType{data}
8
\alias{anscombe}
8
\alias{anscombe}
Line 19... Line 19...
19
    x1 == x2 == x3 \tab the integers 4:14, specially arranged \cr
19
    x1 == x2 == x3 \tab the integers 4:14, specially arranged \cr
20
    x4             \tab values 8 and 19 \cr
20
    x4             \tab values 8 and 19 \cr
21
    y1, y2, y3, y4 \tab numbers in (3, 12.5) with mean 7.5 and sdev 2.03}
21
    y1, y2, y3, y4 \tab numbers in (3, 12.5) with mean 7.5 and sdev 2.03}
22
}
22
}
23
\source{
23
\source{
24
  Tufte, Edward R. (1989)
24
  Tufte, Edward R. (1989).
25
  \emph{The Visual Display of Quantitative Information}, 13--14.
25
  \emph{The Visual Display of Quantitative Information}, 13--14.
26
  Graphics Press.
26
  Graphics Press.
27
}
27
}
28
\references{
28
\references{
-
 
29
  Anscombe, Francis J. (1973).
29
  Anscombe, Francis J. (1973)  Graphs in statistical analysis.
30
  Graphs in statistical analysis.
30
  \emph{American Statistician}, \bold{27}, 17--21.
31
  \emph{The American Statistician}, \bold{27}, 17--21.
-
 
32
  \doi{10.2307/2682899}.
-
 
33
  
31
}
34
}
32
\examples{
35
\examples{
33
require(stats); require(graphics)
36
require(stats); require(graphics)
34
summary(anscombe)
37
summary(anscombe)
35
 
38