fenguoerbian / LogisticFAR

An R package for solving Logistic Functional Additive Regression with log-contrast constrain

Home Page:https://fenguoerbian.github.io/LogisticFAR/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LogisticFAR

This package implements the Functional Compositional data Quadratic Method(FCQM) algorithm proposed in the paper Biomarker Detection for Disease Classification in Longitudinal Microbiome Data. This is a logistic functional additive regression with log-contrast constrain.

Installation

You can use remotes to directly install the latest version from Github.

#install.packages("devtools")
remotes::install_github("fenguoerbian/LogisticFAR")

If you've installed devtools, then remotes should have already been installed.

Example

A toy example is to be added.

About

An R package for solving Logistic Functional Additive Regression with log-contrast constrain

https://fenguoerbian.github.io/LogisticFAR/

License:GNU General Public License v3.0


Languages

Language:R 82.2%Language:C++ 17.8%