https://github.com/bbuchsbaum/subpca
PCA in subblocks
https://github.com/bbuchsbaum/subpca
Last synced: 8 months ago
JSON representation
PCA in subblocks
- Host: GitHub
- URL: https://github.com/bbuchsbaum/subpca
- Owner: bbuchsbaum
- Created: 2021-03-04T23:26:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T17:47:18.000Z (almost 3 years ago)
- Last Synced: 2025-06-26T21:41:00.646Z (8 months ago)
- Language: R
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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")
```