Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 617 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 617 Bytes

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.