R/hello-biganalytics.R

#' Utilities for big.matrix objects of package bigmemory
#' 
#' Extend the \pkg{bigmemory} package with various analytics.  In addition
#' to the more obvious summary statistics (see \code{\link{colmean}}, etc...),
#' \pkg{biganalytics} offers \code{\link{biglm.big.matrix}},
#' \code{\link{bigglm.big.matrix}}, \code{\link{bigkmeans}},
#' \code{\link{binit}}, and \code{apply} for 
#' \code{big.matrix} objects.  Some of the functions may be used with native 
#' \R objects, as well, providing gains in speed and memory-efficiency.
#' 
#' @name biganalytics-package
#' @aliases biganalytics biganalytics-package
#' @docType package
#' @useDynLib biganalytics, .registration=TRUE
NULL

Try the biganalytics package in your browser

Any scripts or data that you put into this service are public.

biganalytics documentation built on July 8, 2020, 5:07 p.m.