The R Project SVN R

Rev

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

Rev 68948 Rev 88548
Line 1... Line 1...
1
% File src/library/datasets/man/USPersonalExpenditure.Rd
1
% File src/library/datasets/man/USPersonalExpenditure.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-2007 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{USPersonalExpenditure}
6
\name{USPersonalExpenditure}
7
\docType{data}
7
\docType{data}
8
\alias{USPersonalExpenditure}
8
\alias{USPersonalExpenditure}
Line 15... Line 15...
15
}
15
}
16
\usage{USPersonalExpenditure}
16
\usage{USPersonalExpenditure}
17
\format{A matrix with 5 rows and 5 columns.}
17
\format{A matrix with 5 rows and 5 columns.}
18
\source{The World Almanac and Book of Facts, 1962, page 756.}
18
\source{The World Almanac and Book of Facts, 1962, page 756.}
19
\references{
19
\references{
20
  Tukey, J. W. (1977)
-
 
21
  \emph{Exploratory Data Analysis}.
-
 
22
  Addison-Wesley.
-
 
23
 
-
 
24
  McNeil, D. R. (1977)
20
  \bibshow{R:McNeil:1977, R:Tukey:1977}
25
  \emph{Interactive Data Analysis}.
-
 
26
  Wiley.
-
 
27
}
21
}
28
\examples{
22
\examples{
29
require(stats) # for medpolish
23
require(stats) # for medpolish
30
USPersonalExpenditure
24
USPersonalExpenditure
31
medpolish(log10(USPersonalExpenditure))
25
medpolish(log10(USPersonalExpenditure))