# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "bootSVD" in publications use:' type: software license: GPL-2.0-only title: 'bootSVD: Fast, Exact Bootstrap Principal Component Analysis for High Dimensional Data' version: '1.1' doi: 10.32614/CRAN.package.bootSVD abstract: 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. authors: - family-names: Fisher given-names: Aaron email: afishe27@alumni.jh.edu repository: https://aaronjfisher.r-universe.dev commit: a5dfc1e435596c0f3649c44eaab65e310d77e1da url: http://arxiv.org/abs/1405.0922 date-released: '2021-02-02' contact: - family-names: Fisher given-names: Aaron email: afishe27@alumni.jh.edu