matrixStats-package |
Package matrixStats |
anyMissing |
Checks if there are any missing values in an object or not |
anyMissing,character-method |
Checks if there are any missing values in an object or not |
anyMissing,complex-method |
Checks if there are any missing values in an object or not |
anyMissing,data.frame-method |
Checks if there are any missing values in an object or not |
anyMissing,list-method |
Checks if there are any missing values in an object or not |
anyMissing,logical-method |
Checks if there are any missing values in an object or not |
anyMissing,matrix-method |
Checks if there are any missing values in an object or not |
anyMissing,NULL-method |
Checks if there are any missing values in an object or not |
anyMissing,numeric-method |
Checks if there are any missing values in an object or not |
colAlls |
Counts the number of TRUE values in each row (column) of a matrix |
colAlls,matrix-method |
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-method |
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-method |
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-method |
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 quantiles for each row (column) in a matrix |
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,matrix-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,matrix-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,matrix-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,matrix-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,matrix-method |
Gets the range of values in each row (column) of a matrix |
colSds |
Standard deviation estimates for each row (column) in a matrix |
colSds,matrix-method |
Standard deviation estimates for each row (column) in a matrix |
colTabulates |
Tabulates the values in a matrix by row (column) |
colTabulates,matrix-method |
Tabulates the values in a matrix by row (column) |
colVars |
Variance estimates for each row (column) in a matrix |
colVars,matrix-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-method |
Translates matrix indices by rows into indices by columns |
madDiff |
Estimation of discrepancies off sequential order differences in a vector |
madDiff,numeric-method |
Estimation of discrepancies off sequential order differences in a vector |
matrixStats |
Package matrixStats |
rowAlls |
Counts the number of TRUE values in each row (column) of a matrix |
rowAlls,matrix-method |
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-method |
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-method |
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-method |
Counts the number of TRUE values in each row (column) of a matrix |
rowDiffs |
Calculates difference for each row (column) in a matrix |
rowdTabulates |
Tabulates the values in a matrix by row (column) |
rowIQRs |
Estimates quantiles for each row (column) in a matrix |
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,matrix-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,matrix-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,matrix-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,matrix-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,matrix-method |
Gets the range of values in each row (column) of a matrix |
rowSds |
Standard deviation estimates for each row (column) in a matrix |
rowSds,matrix-method |
Standard deviation estimates for each row (column) in a matrix |
rowTabulates |
Tabulates the values in a matrix by row (column) |
rowTabulates,matrix-method |
Tabulates the values in a matrix by row (column) |
rowVars |
Variance estimates for each row (column) in a matrix |
rowVars,matrix-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 off sequential order differences in a vector |
sdDiff,numeric-method |
Estimation of discrepancies off sequential order differences in a vector |
varDiff |
Estimation of discrepancies off sequential order differences in a vector |
varDiff,numeric-method |
Estimation of discrepancies off sequential order differences in a vector |