SpatMCA is an R package designed for regularized maximum covariance analysis. It serves as a powerful tool for:
You can install the SpatMCA package using one of the following methods:
install.packages("SpatMCA")
remotes::install_github("SpaceTimeViz/SpatMCA")
Windows Users: Ensure that you have Rtools installed before proceeding with the installation.
Mac Users: You need Xcode Command Line Tools and should install the library gfortran
. Follow these steps in the terminal: bash brew update brew install gcc
For a detailed solution, refer to this link, or download and install the library gfortran
to resolve the “ld: library not found for -lgfortran
” error.
Wang, W.-T. and Huang, H.-C. (2018). Regularized spatial maximum covariance analysis, Environmetrics, 29, https://doi.org/10.1002/env.2481
Wang W, Huang H (2023). _SpatMCA: Regularized Spatial Maximum Covariance Analysis_.
R package version 1.0.2.6, <https://CRAN.R-project.org/package=SpatMCA>.
@Manual{,
title = {SpatMCA: Regularized Spatial Maximum Covariance Analysis},
author = {Wen-Ting Wang and Hsin-Cheng Huang},
year = {2023},
note = {R package version 1.0.2.6},
url = {https://CRAN.R-project.org/package=SpatMCA}},
}