Methods that apply to rows and columns of a matrix


[Up] [Top]

Documentation for package ‘matrixStats’ version 0.10.3

Help Pages

matrixStats-package Package matrixStats
anyMissing Checks if there are any missing values in an object or not
anyMissing-method Checks if there are any missing values in an object or not
binCounts Fast element counting in non-overlapping bins
binCounts.default Fast element counting in non-overlapping bins
binMeans Fast mean calculations in non-overlapping bins
binMeans.default Fast mean calculations in non-overlapping bins
colAlls Counts the number of TRUE values in each row (column) of a matrix
colAlls.matrix Counts the number of TRUE values in each row (column) of a matrix
colAnys Counts the number of TRUE values in each row (column) of a matrix
colAnys.matrix Counts the number of TRUE values in each row (column) of a matrix
colCollapse Extracts one cell per row (column) from a matrix
colCollapse.matrix Extracts one cell per row (column) from a matrix
colCounts Counts the number of TRUE values in each row (column) of a matrix
colCounts.matrix Counts the number of TRUE values in each row (column) of a matrix
colDiffs Calculates difference for each row (column) in a matrix
colIQRs Estimates of the interquartile range for each row (column) in a matrix
colLogSumExps Accurately computes the logarithm of the sum of exponentials across rows or columns
colLogSumExps-method Accurately computes the logarithm of the sum of exponentials across rows or columns
colMads Standard deviation estimates for each row (column) in a matrix
colMaxs Gets the range of values in each row (column) of a matrix
colMaxs-method Gets the range of values in each row (column) of a matrix
colMedians Calculates the median for each row (column) in a matrix
colMedians-method Calculates the median for each row (column) in a matrix
colMins Gets the range of values in each row (column) of a matrix
colMins-method Gets the range of values in each row (column) of a matrix
colOrderStats Gets an order statistic for each row (column) in a matrix
colOrderStats-method Gets an order statistic for each row (column) in a matrix
colProds Calculates the product for each row (column) in a matrix
colQuantiles Estimates quantiles for each row (column) in a matrix
colRanges Gets the range of values in each row (column) of a matrix
colRanges-method Gets the range of values in each row (column) of a matrix
colRanks Gets the rank of each row (column) of a matrix
colRanks-method Gets the rank of each row (column) of a matrix
colSds Standard deviation estimates for each row (column) in a matrix
colSds-method Standard deviation estimates for each row (column) in a matrix
colTabulates Tabulates the values in a matrix by row (column)
colTabulates.matrix Tabulates the values in a matrix by row (column)
colVars Variance estimates for each row (column) in a matrix
colVars-method Variance estimates for each row (column) in a matrix
colWeightedMeans Calculates the weighted means for each row (column) in a matrix
colWeightedMeans.matrix Calculates the weighted means for each row (column) in a matrix
colWeightedMedians Calculates the weighted medians for each row (column) in a matrix
colWeightedMedians.matrix Calculates the weighted medians for each row (column) in a matrix
indexByRow Translates matrix indices by rows into indices by columns
indexByRow.matrix Translates matrix indices by rows into indices by columns
logSumExp Accurately computes the logarithm of the sum of exponentials
madDiff Estimation of discrepancies based on sequential order differences in a vector
madDiff.numeric Estimation of discrepancies based on sequential order differences in a vector
matrixStats Package matrixStats
product Calculates the product for each row (column) in a matrix
rowAlls Counts the number of TRUE values in each row (column) of a matrix
rowAlls.matrix Counts the number of TRUE values in each row (column) of a matrix
rowAnys Counts the number of TRUE values in each row (column) of a matrix
rowAnys.matrix Counts the number of TRUE values in each row (column) of a matrix
rowCollapse Extracts one cell per row (column) from a matrix
rowCollapse.matrix Extracts one cell per row (column) from a matrix
rowCounts Counts the number of TRUE values in each row (column) of a matrix
rowCounts.matrix Counts the number of TRUE values in each row (column) of a matrix
rowDiffs Calculates difference for each row (column) in a matrix
rowIQRs Estimates of the interquartile range for each row (column) in a matrix
rowLogSumExps Accurately computes the logarithm of the sum of exponentials across rows or columns
rowLogSumExps-method Accurately computes the logarithm of the sum of exponentials across rows or columns
rowMads Standard deviation estimates for each row (column) in a matrix
rowMaxs Gets the range of values in each row (column) of a matrix
rowMaxs-method Gets the range of values in each row (column) of a matrix
rowMedians Calculates the median for each row (column) in a matrix
rowMedians-method Calculates the median for each row (column) in a matrix
rowMins Gets the range of values in each row (column) of a matrix
rowMins-method Gets the range of values in each row (column) of a matrix
rowOrderStats Gets an order statistic for each row (column) in a matrix
rowOrderStats-method Gets an order statistic for each row (column) in a matrix
rowProds Calculates the product for each row (column) in a matrix
rowQuantiles Estimates quantiles for each row (column) in a matrix
rowRanges Gets the range of values in each row (column) of a matrix
rowRanges-method Gets the range of values in each row (column) of a matrix
rowRanks Gets the rank of each row (column) of a matrix
rowRanks-method Gets the rank of each row (column) of a matrix
rowSds Standard deviation estimates for each row (column) in a matrix
rowSds-method Standard deviation estimates for each row (column) in a matrix
rowTabulates Tabulates the values in a matrix by row (column)
rowTabulates.matrix Tabulates the values in a matrix by row (column)
rowVars Variance estimates for each row (column) in a matrix
rowVars-method Variance estimates for each row (column) in a matrix
rowWeightedMeans Calculates the weighted means for each row (column) in a matrix
rowWeightedMeans.matrix Calculates the weighted means for each row (column) in a matrix
rowWeightedMedians Calculates the weighted medians for each row (column) in a matrix
rowWeightedMedians.matrix Calculates the weighted medians for each row (column) in a matrix
sdDiff Estimation of discrepancies based on sequential order differences in a vector
sdDiff.numeric Estimation of discrepancies based on sequential order differences in a vector
signTabulate Calculates the number of negative, zero, positive and missing values
varDiff Estimation of discrepancies based on sequential order differences in a vector
varDiff.numeric Estimation of discrepancies based on sequential order differences in a vector
weightedMad Weighted Median Absolute Deviation (MAD)
weightedMad.default Weighted Median Absolute Deviation (MAD)
weightedMedian Weighted Median Value
weightedSd Weighted variance
weightedSd.default Weighted variance
weightedVar Weighted variance
weightedVar.default Weighted variance