Learn R Programming

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")

Copy Link

Version

Install

install.packages('FGLMtrunc')

Monthly Downloads

203

Version

0.2.0

License

GPL-2

Maintainer

Chau Tran

Last Published

December 22nd, 2025

Functions in FGLMtrunc (0.2.0)

print.FGLMtrunc

Print a FGLMtrunc object
plot.FGLMtrunc

Plot functional parameters \(\beta\) from a FGLMtrunc object
predict.FGLMtrunc

Make predictions from FGLMtrunc fitted model
fglm_trunc

Fit a truncated Functional Generalized Linear Model
LinearExample

Simulated data for functional linear regression.
LogisticExample

Simulated data for functional logistic regression.