Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 477 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 477 Bytes

gfpca

Generalized functional principal components analysis

The primary functions for model fitting are gfpca_Mar, gfpca_TwoStep, and gfpca_Bayes.


Installation

To install the latest version directly from Github, please use:

install.packages("devtools")
devtools::install_github("jeff-goldsmith/gfpca")