Description
Truncated Functional Generalized Linear Models.
Description
An implementation of the methodologies described in Xi Liu, Afshin A. Divani, and Alexander Petersen (2022) <doi:10.1016/j.csda.2022.107421>, including truncated functional linear and truncated functional logistic regression models.
README.md
FGLMtrunc
The FGLMtrunc package contains implementation of the methodologies described in Xi Liu, Afshin A. Divani, and Alexander Petersen (2022), including truncated functional linear and truncated functional logistic regression models.
To install FGLMtrunc from github, type in R console
devtools::install_github("cbtran/FGLMtrunc", build_vignettes = TRUE)
To read the Introduction to the FGLMtrunc package vignette, type in R console
browseVignettes("FGLMtrunc")