This package provides methods for fitting a functional model to two-dimensional data. It therefore uses several other packages, both such implementing nonlinear least squares approaches as well as numerical optimization methods. These packages are encapsulated into general interfaces for regression.
You can install the package directl from GitHub by using the package
devtools
as
follows:
library(devtools)
install_github("thomasWeise/regressoR.functional")
If devtools
is not yet installed on your machine, you need to FIRST do
install.packages("devtools")
The copyright holder of this package is Prof. Dr. Thomas Weise (see Contact). The package is licensed under the GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007.
If you have any questions or suggestions, please contact Prof. Dr. Thomas Weise of the Institute of Applied Optimization at Hefei University in Hefei, Anhui, China via email to tweise@hfuu.edu.cn.