refund.shiny

Interactive plots of functional data analyses.

The primary function is plot_shiny, which calls other functions depending on the class of the object. The supported classes are fpca for functional principal components analyses, mfpca for multilevel FPCA, lfpca for longitudinal FPCA, and fosr for function-on-scalar regression.

This paper describes the functionality in the package in detail.


Installation

To install the latest version directly from Github, please use:
install.packages("devtools")
devtools::install_github("refunders/refund.shiny")

Examples