Other packages > Find by keyword >

bootSVD  

Fast, Exact Bootstrap Principal Component Analysis for High Dimensional Data
View on CRAN: Click here


Download and install bootSVD package within the R console
Install from CRAN:
install.packages("bootSVD")

Install from Github:
library("remotes")
install_github("cran/bootSVD")

Install by package version:
library("remotes")
install_version("bootSVD", "1.1")



Attach the package and use:
library("bootSVD")
Maintained by
Aaron Fisher
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-07-21
Latest Update: 2021-02-02
Description:
Implements fast, exact bootstrap Principal Component Analysis and Singular Value Decompositions for high dimensional data, as described in (see also ). 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.
How to cite:
Aaron Fisher (2014). bootSVD: Fast, Exact Bootstrap Principal Component Analysis for High Dimensional Data. R package version 1.1, https://cran.r-project.org/web/packages/bootSVD. Accessed 06 Oct. 2024.
Previous versions and publish date:
0.1 (2014-07-21 23:18), 0.2 (2015-04-22 08:05), 0.5 (2015-06-02 00:22)
Other packages that cited bootSVD R package
View bootSVD citation profile
Other R packages that bootSVD depends, imports, suggests or enhances
Complete documentation for bootSVD
Functions, R codes and Examples using the bootSVD R package
Some associated functions: As2Vs . EEG_leadingV . EEG_mu . EEG_score_var . bootPCA . bootSVD . bootSVD_LD . fastSVD . ffmatrixmult . genBootIndeces . genQ . getMomentsAndMomentCI . os . qrSVD . reindexMatricesByK . reindexVectorsByK . simEEG . 
Some associated R codes: bootstrap_functions.R .  Full bootSVD package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

ggjoy  
Joyplots in 'ggplot2'
Joyplots provide a convenient way of visualizing changes in distributions over time or space. This p ...
Download / Learn more Package Citations See dependency  
LongMemoryTS  
Long Memory Time Series
Long Memory Time Series is a collection of functions for estimation, simulation and testing of long ...
Download / Learn more Package Citations See dependency  
RMark  
R Code for Mark Analysis
An interface to the software package MARK that constructs input files for MARK and extracts the out ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
emplik2  
Empirical Likelihood Ratio Test for Two-Sample U-Statistics with Censored Data
Calculates the p-value for a mean-type hypothesis (or multiple mean-type hypotheses) based on two s ...
Download / Learn more Package Citations See dependency  

22,910

R Packages

196,310

Dependencies

63,792

Author Associations

22,911

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA