Skip to content

fdaPDE with mixed-effects model (download 'mixed_update' branch!)

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.note
Notifications You must be signed in to change notification settings

sweetherb100/fdaPDE_mixed

Repository files navigation

fdaPDE with GAM plugin

This repository contains the development version of fdaPDE package. In particular it contains the extension for the Generative Additive Models (GAM).

New features wrt CRAN: smooth regression for manifold and volumetric domains, also with areal data. Smooth fPCA over 2D, 2.5D and 3D domains, also with areal data.

smooth.FEM.basis, smooth.PDE.FEM.basis, smooth.FEM.PDE.sv.basis are deprecated, smooth.FEM has to be used in all cases.

Image.FEM has been restored. Bugs in fPCA, boundary conditions and space-varying regression have been fixed. Issues of point location in 2.5D have been fixed. Areal data are still undergoing tests.

Compiled in both Win RStudio and Ubuntu 18.04 using g++ compiler. If using a Linux machine, it is advisable to install rgl, plot3D and plot3Drgl before fdaPDE.

Subfolder structure:

/src contains all C++ code and a special file named Makevars necessary to build and install the R package, /R contains the R functions that wrap the C++ calls, /data contains the data to run the tests in /tests.

Installation:

Two different methods are proposed in order to install the package in the R environment.
Download the .zip file from the repository, unzip it, and for the installation choose one of the two following methods:

  • R console: install.packages("/path/to/PACS_ColomboPerin-master", type='source', repos=NULL)

  • From the Terminal: $ R CMD build <path to folder>}
    $ R CMD INSTALL <path name of the R library tree>}

see the installation section in the report for more information.

Remarks:

  1. the shift of indexes from R to C++ is done within the R functions smooth.FEM and FPCA.FEM Do not use C++ scripts directly on the R mesh objects, unless you take care of shifing indexes by yourself.

About

fdaPDE with mixed-effects model (download 'mixed_update' branch!)

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.note

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published