The R Project SVN R

Rev

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

Rev 89605 Rev 90002
Line 25... Line 25...
25
  \code{Petal.Length}, \code{Petal.Width}, and \code{Species}.
25
  \code{Petal.Length}, \code{Petal.Width}, and \code{Species}.
26
 
26
 
27
  \code{iris3} gives the same data arranged as a 3-dimensional array
27
  \code{iris3} gives the same data arranged as a 3-dimensional array
28
  of size 50 by 4 by 3, as once provided by S-PLUS.  The first dimension
28
  of size 50 by 4 by 3, as once provided by S-PLUS.  The first dimension
29
  gives the case number within the species subsample, the second the
29
  gives the case number within the species subsample, the second the
30
  measurements with names \code{Sepal L.}, \code{Sepal W.},
30
  measurements with names \samp{Sepal L.}, \samp{Sepal W.},
31
  \code{Petal L.}, and \code{Petal W.}, and the third the species.
31
  \samp{Petal L.}, and \samp{Petal W.}, and the third the species.
32
}
32
}
33
\source{
33
\source{
34
  \bibcitet{R:Fisher:1936}.
34
  \bibcitet{R:Fisher:1936}.
35
 
35
 
36
  The data were collected by \bibcitet{R:Anderson:1935}.
36
  The data were collected by \bibcitet{R:Anderson:1935}.