Skip to content

fda is a GitHub repository containing the latest version of the R package for functional data analysis

Notifications You must be signed in to change notification settings

datastorm-open/fda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fda

R-CMD-check

The ‘fda’ package supports functional data analysis in R, as described in Ramsay, Hooker, and Graves (2009) Functional Data Analysis with R and MATLAB (Springer)

Installation

You can install the released version of fda from CRAN with:

install.packages("fda")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("JamesRamsay5/fda")

Example

The fda package comes with script files that run nearly all the examples in Ramsay, Hooker and Graves (2009). You can find the script files as follows:

library(fda)
#> Loading required package: splines
#> Loading required package: Matrix
#> Loading required package: fds
#> Loading required package: rainbow
#> Loading required package: MASS
#> Loading required package: pcaPP
#> Loading required package: RCurl
#> 
#> Attaching package: 'fda'
#> The following object is masked from 'package:graphics':
#> 
#>     matplot
(scripts <- system.file('scripts', package='fda')) 
#> [1] ""

EXCEPT: These ‘scripts’ files are no longer in the package.

About

fda is a GitHub repository containing the latest version of the R package for functional data analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%