The VDPO package provides tools for working with and analyzing functional data of varying lengths. This variation in length can occur in two different scenarios: Variable Domain Data and Partially Observed Data. This refers to cases where the domain over which the data is observed changes between observations or when the functional data are not fully observed over the entire domain of interest, respectively. For instance, in growth curve analysis, each individual might have measurements starting and ending at different ages, leading to varying observation ranges. Similarly, in environmental studies, different locations might have data collected over distinct time periods, creating domains of different lengths.
To install the package from GitHub, the remotes package is required:
# install.packages("remotes")
::install_github("Pavel-Hernadez-Amaro/VDPO") remotes
The web page of the package can be accessed from this link.