Provides a collection of functions to fit and explore single,multi-component and restricted Frequency Modulated Moebius (FMM) modelsin the programming language R. ‘FMM’ is a nonlinear parametricregression model capable of fitting non-sinusoidal shapes in rhythmicpatterns. Details about the mathematical formulation of ‘FMM’ models canbe found in Rueda et al. (2019)https://doi.org/10.1038/s41598-019-54569-1.
# Can be installed directly from CRANinstall.packages("FMM")# Or the development version from GitHub:# install.packages("devtools")devtools::install_github("FMMGroupVa/FMM")To get acquainted with some of the important functions, read thevignette:
# Overview of the packagevignette("FMMVignette", package = "FMM")