An open API service indexing awesome lists of open source software.

https://github.com/bbuchsbaum/subpca

PCA in subblocks
https://github.com/bbuchsbaum/subpca

Last synced: 8 months ago
JSON representation

PCA in subblocks

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# subpca

The goal of subpca is to provide a way of computing pca within sub-blocks and then a second ("metapca") over each cluster-wise pca.

## Installation

You can install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("bbuchsbaum/subpca")
```