The R Project SVN R

Rev

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

Rev 88603 Rev 89605
Line 1... Line 1...
1
% File src/library/datasets/man/VADeaths.Rd
1
% File src/library/datasets/man/VADeaths.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-2025 R Core Team
3
% Copyright 1995-2026 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{VADeaths}
6
\name{VADeaths}
7
\docType{data}
7
\docType{data}
8
\alias{VADeaths}
8
\alias{VADeaths}
Line 20... Line 20...
20
  Rural/Female, Urban/Male and Urban/Female.
20
  Rural/Female, Urban/Male and Urban/Female.
21
 
21
 
22
  This provides a rather nice 3-way analysis of variance example.
22
  This provides a rather nice 3-way analysis of variance example.
23
}
23
}
24
\source{
24
\source{
25
  \bibcitet{R:Molyneaux+Gilliam+Florant:1947}.
25
  \bibshow{R:Molyneaux+Gilliam+Florant:1947}
-
 
26
  Table 3.
26
}
27
}
27
\references{
28
\references{
28
  \bibshow{*, R:McNeil:1977}
29
  \bibshow{R:McNeil:1977}
29
}
30
}
30
\examples{
31
\examples{
31
require(stats); require(graphics)
32
require(stats); require(graphics)
32
n <- length(dr <- c(VADeaths))
33
n <- length(dr <- c(VADeaths))
33
nam <- names(VADeaths)
34
nam <- names(VADeaths)