Package: FGLMtrunc 0.1.0

Chau Tran

FGLMtrunc: Truncated Functional Generalized Linear Models

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.

Authors:Xi Liu [aut], Chau Tran [aut, cre], Alexander Petersen [aut]

FGLMtrunc_0.1.0.tar.gz
FGLMtrunc_0.1.0.tar.gz(r-4.5-noble)FGLMtrunc_0.1.0.tar.gz(r-4.4-noble)
FGLMtrunc_0.1.0.tgz(r-4.4-emscripten)FGLMtrunc_0.1.0.tgz(r-4.3-emscripten)
FGLMtrunc.pdf |FGLMtrunc.html
FGLMtrunc/json (API)

# Install 'FGLMtrunc' in R:
install.packages('FGLMtrunc', repos = 'https://cloud.r-project.org')
Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library
Datasets:

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

openblascppopenmp

2.70 score 134 downloads 1 exports 12 dependencies

Last updated 3 years agofrom:1ec4ad1cdb. Checks:1 ERROR, 2 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesFAILMar 29 2025
R-4.5-linux-x86_64NOTEMar 29 2025
R-4.4-linux-x86_64NOTEMar 29 2025

Exports:fglm_trunc

Dependencies:codetoolsforeachglmnetiteratorslatticeMatrixRcppRcppArmadilloRcppEigenshapesplines2survival

An introduction to FGLMtrunc

Rendered fromFGLMtrunc.Rmdusingknitr::rmarkdownon Mar 29 2025.

Last update: 2022-05-26
Started: 2022-05-26

Citation

To cite package ‘FGLMtrunc’ in publications use:

Liu X, Tran C, Petersen A (2022). FGLMtrunc: Truncated Functional Generalized Linear Models. R package version 0.1.0, https://CRAN.R-project.org/package=FGLMtrunc.

Corresponding BibTeX entry:

  @Manual{,
    title = {FGLMtrunc: Truncated Functional Generalized Linear
      Models},
    author = {Xi Liu and Chau Tran and Alexander Petersen},
    year = {2022},
    note = {R package version 0.1.0},
    url = {https://CRAN.R-project.org/package=FGLMtrunc},
  }

Readme and manuals

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