Skip to content

bootSVD

Fast, Exact Bootstrap Principal Component Analysis for High Dimensional Data

v1.2 · Jun 12, 2025 · GPL-2

Description

Implements fast, exact bootstrap Principal Component Analysis and Singular Value Decompositions for high dimensional data, as described in <doi:10.1080/01621459.2015.1062383> (see also <doi:10.48550/arXiv.1405.0922>). For data matrices that are too large to operate on in memory, users can input objects with class 'ff' (see the 'ff' package), where the actual data is stored on disk. In response, this package will implement a block matrix algebra procedure for calculating the principal components (PCs) and bootstrap PCs. Depending on options set by the user, the 'parallel' package can be used to parallelize the calculation of the bootstrap PCs.

Downloads

374

Last 30 days

10147th

1.4K

Last 90 days

5.2K

Last year

Trend: -3.9% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (1)

imports

Dependency Network

Dependencies Reverse dependencies ff smartsnp bootSVD

Version History

new 1.2 Mar 10, 2026
updated 1.2 ← 1.1 diff Jun 12, 2025
updated 1.1 ← 0.5 diff Feb 1, 2021
updated 0.5 ← 0.2 diff Jun 1, 2015
updated 0.2 ← 0.1 diff Apr 21, 2015
new 0.1 Jul 20, 2014