prepare for CRAN
R package with utility functions for large-scale data.
For now, package {bigutilsr} mainly includes functions for outlier detection and unbiased PCA projection.
See this blog post on detecting outlier samples in PCA using functions from {bigutilsr}.
# from CRAN install.packages("bigutilsr") # latest version from GitHub remotes::install_github("privefl/bigutilsr")
提供用于处理大型数据集(特别是内存不足情况)的实用函数和算法,如矩阵运算、统计计算和并行处理。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
bigutilsr
R package with utility functions for large-scale data.
For now, package {bigutilsr} mainly includes functions for outlier detection and unbiased PCA projection.
See this blog post on detecting outlier samples in PCA using functions from {bigutilsr}.
Installation