R package fllr with an implementation of the functional local linear regression methods in the scalar-on-function regression model. Allows for local linear estimation of both the regression operator, and the functional derivative. To install the package fllr in Windows you need to have R Tools installed on your computer, see
https://cran.r-project.org/bin/windows/Rtools/
Then, download the latest version of the tar.gz file to the R working directory in your computer (see getwd() in R) and run
#!R
install.packages("fllr_0.0.3.tar.gz", repos = NULL, type="source")
library(fllr)
help(package=fllr)
help(fllr)
In case of questions contact
Stanislav Nagy