rowGrpSds calculate Sd (standard-deviation) for matrix with multiple groups of data, ie one sd for each group of data.
Groups are specified as columns of 'x' in 'grp' (so length of grp should match number of columns of 'x', NAs are allowed).
Usage
rowGrpSds(x, grp)
Arguments
x
matrix where relplicates are organized into seprate columns
grp
(character or factor) defining which columns should be grouped (considered as replicates)