README.md

SpatPCA Package

CRAN_Status_Badge Downloads R build status Coverage Status

Description

SpatPCA is an R package that facilitates regularized principal component analysis,

Installation

To get the current released version from CRAN:

install.packages("SpatPCA")

To get the current development version from GitHub:

devtools::install_github("egpivo/SpatPCA")

To compile C++ code with the package RcppArmadillo,

curl -O http://r.research.att.com/libs/gfortran-4.8.2-darwin13.tar.bz2
sudo tar fvxz gfortran-4.8.2-darwin13.tar.bz2 -C /

More details can be found here.

Usage

library(SpatPCA)
spatpca(position, realizations)

Author

Wen-Ting Wang and Hsin-Cheng Huang

Maintainer

Wen-Ting Wang

Reference

Wang, W.-T. and Huang, H.-C. (2017). Regularized principal component analysis for spatial data. Journal of Computational and Graphical Statistics, 26, 14-25.

License

GPL-3



Try the SpatPCA package in your browser

Any scripts or data that you put into this service are public.

SpatPCA documentation built on Jan. 31, 2021, 5:05 p.m.