https://github.com/cran/fda
Raw File
Tip revision: 52a4b636dd74475964d17920308f4b3a550dd599 authored by James Ramsay on 09 March 2024, 03:50:02 UTC
version 6.1.8
Tip revision: 52a4b63
nondurables.Rd
\name{nondurables}
\alias{nondurables}
\title{
  Nondurable goods index
}
\description{
  US nondurable goods index time series, January 1919 to January 2000.  
}
\format{
    An object of class 'ts'.  
}
\references{
  Ramsay, James O., Hooker, Giles, and Graves, Spencer (2009),
    \emph{Functional data analysis with R and Matlab}, Springer, New York.
  
  Ramsay, James O., and Silverman, Bernard W. (2005), 
    \emph{Functional Data Analysis, 2nd ed.}, Springer, New York.
  
  Ramsay, James O., and Silverman, Bernard W. (2002), 
    \emph{Applied Functional Data Analysis}, Springer, New York.
}
\examples{
oldpar <- par(no.readonly=TRUE)
plot(nondurables, log="y")
par(oldpar)
} 
\keyword{datasets}
back to top