Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 36 found.
[1] < 1 2 3 4 > [4]  Sort:

rowOrderStats (Package: matrixStats) : Gets an order statistic for each row (column) in a matrix

Gets an order statistic for each row (column) in a matrix.
● Data Source: CranContrib
● Keywords: array, iteration, robust, univar
● Alias: rowOrderStats
● 0 images

rowWeightedMedians (Package: matrixStats) : Calculates the weighted medians for each row (column) in a matrix

Calculates the weighted medians for each row (column) in a matrix.
● Data Source: CranContrib
● Keywords: array, iteration, robust, univar
● Alias: rowWeightedMedians
● 0 images

weightedMedian (Package: matrixStats) : Weighted Median Value

Computes a weighted median of a numeric vector.
● Data Source: CranContrib
● Keywords: robust, univar
● Alias: weightedMedian
● 0 images

rowCollapse (Package: matrixStats) : Extracts one cell per row (column) from a matrix

Extracts one cell per row (column) from a matrix. The implementation is optimized for memory and speed.
● Data Source: CranContrib
● Keywords: utilities
● Alias: rowCollapse
● 0 images

xUNDERSCOREOPUNDERSCOREy (Package: matrixStats) : Fast calculation of 'z <- x OP y' and 'z <- t(t(x) OP y)'

Fast calculation of 'z <- x OP y' and 'z <- t(t(x) OP y)', where OP can be +, -, *, and /. For + and *, na.rm=TRUE will drop missing values first.
● Data Source: CranContrib
● Keywords: internal
● Alias: xUNDERSCOREOPUNDERSCOREy
● 0 images

binCounts (Package: matrixStats) : Fast element counting in non-overlapping bins

Counts the number of elements in non-overlapping bins
● Data Source: CranContrib
● Keywords: univar
● Alias: binCounts
● 0 images

rowProds (Package: matrixStats) : Calculates the product for each row (column) in a matrix

Calculates the product for each row (column) in a matrix.
● Data Source: CranContrib
● Keywords: array, iteration, robust, univar
● Alias: rowProds
● 0 images

binMeans (Package: matrixStats) : Fast mean calculations in non-overlapping bins

Computes the sample means in non-overlapping bins
● Data Source: CranContrib
● Keywords: univar
● Alias: binMeans
● 0 images

anyMissing (Package: matrixStats) : Checks if there are any missing values in an object or not

Checks if there are any missing values in an object or not.
● Data Source: CranContrib
● Keywords: iteration, logic
● Alias: anyMissing
● 0 images

logSumExp (Package: matrixStats) : Accurately computes the logarithm of the sum of exponentials

Accurately computes the logarithm of the sum of exponentials, that is, log(sum(exp(lx))). If lx = log(x), then this is equivalently to calculating log(sum(x)).
● Data Source: CranContrib
● Keywords:
● Alias: logSumExp
● 0 images