Learn R Programming

⚠️There's a newer version (1.1.22) of this package.Take me there.

biganalytics (version 1.1.1)

A library of utilities for big.matrix objects of package bigmemory.

Description

This package extends the bigmemory package with various analytics. Functions bigkmeans and binit may also be used with native R objects. For tapply-like functions, the bigtabulate package may also be helpful. For linear algebra support, see bigalgebra. For mutex (locking) support for advanced shared-memory usage, see synchronicity.

Copy Link

Version

Install

install.packages('biganalytics')

Monthly Downloads

923

Version

1.1.1

License

LGPL-3

Maintainer

Michael J Kane

Last Published

April 1st, 2013

Functions in biganalytics (1.1.1)

binit

Count elements appearing in bins of one or two variables
colmean, colmin, min, colrange, colvar, colsd, colprod, colsum, colna, etc...

Basic statistics for ``big.matrix'' objects.
apply-methods

apply() for big.matrix objects.
colmin

Basic summary statistics for ``big.matrix'' objects
biganalytics-package

biganalytics: A library of utilities for big.matrix objects of package bigmemory. Some work with R matrices, independently of bigmemory.
biglm.big.matrix, bigglm.big.matrix

Use Thomas Lumley's ``biglm'' package with a ``big.matrix''
bigkmeans

The Bigmemory Project's memory-efficient k-means cluster analysis
bigglm.big.matrix

Use Thomas Lumley's ``biglm'' package with a ``big.matrix''
apply,big.matrix-method

apply() for big.matrix objects