File: penny.Rd

package info (click to toggle)
r-cran-gss 2.1-3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,740 kB
  • ctags: 1,400
  • sloc: fortran: 5,241; ansic: 1,388; makefile: 1
file content (27 lines) | stat: -rw-r--r-- 785 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\name{penny}
\alias{penny}
\title{Thickness of US Lincoln Pennies}
\description{
    Thickness of US Lincoln pennies minted during years 1945 through
    1989.
}
\usage{data(nox)}
\format{
    A data frame containing 90 observations on the following variables.
    \tabular{ll}{
	\code{year} \tab Year minted.\cr
	\code{mil} \tab Thickness in mils.
    }
}
\source{
    Scott, D. W. (1992), \emph{Multivariate Density Estimation: Theory,
    Practice and Visualization}.  New York: Wiley.
}
\references{
    Gu, C. (1995), Smoothing spline density estimation: Conditional
    distribution, \emph{Statistica Sinica}, \bold{5}, 709--726.
    
    Scott, D. W. (1992), \emph{Multivariate Density Estimation: Theory,
    Practice and Visualization}.  New York: Wiley.
}
\keyword{datasets}