Functional Data Analysis in R
Functions and data sets companion to Ramsay, J. O.; Hooker, Giles; and Graves, Spencer (2010) Functional Data Analysis with R and Matlab, plus Ramsay, J. O., and Silverman, B. W. (2006) Functional Data Analysis, 2nd ed. and (2002) Applied Functional Data Analysis (Springer). This includes finite bases approximations (such as splines and Fourier series) to functions fit to data smoothing on the integral of the squared deviations from an arbitrary differential operator.
Package: | fda |
Type: | Package |
Version: | 2.2.6 |
Date: | 2011-02-03 |
License: | GPL-2 |
LazyLoad: | yes |
J. O. Ramsay, <ramsay@psych.mcgill.ca>, Hadley Wickham <h.wickham@gmail.com>, Spencer Graves <spencer.graves@prodsyse.com>, Giles Hooker <gjh27@cornell.edu>
Maintainer: J. O. Ramsay <ramsay@psych.mcgill.ca>
Ramsay, J. O.; Hooker, Giles; and Graves, Spencer (2010) Functional Data Analysis with R and Matlab, Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2006), Functional Data Analysis, 2nd ed., Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2002), Applied Functional Data Analysis, Springer, New York.
## ## As noted in the Preface to Ramsay, Hooker and Graves (p. v), ## the fda package includes scripts to reproduce all but one of the ## figures in the book. ## ## These figures can be found and run as follows: ## ## Not run: scriptsDir <- system.file('scripts', package='fda') Rscripts <- dir(scriptsDir, full.names=TRUE, pattern='R$') fdarm <- grep('fdarm', Rscripts, value=TRUE) chapters <- length(fdarm) # NOTE: If R fails in any of these scripts, # this for loop will not end normally, # and the abnormal termination will be displayed: for(ch in 1:chapters){ cat('Running', fdarm[ch], '\n') invisible(source(fdarm[ch])) } ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.