Hi,
functions like mean(), median(), sd() etc. aren't for a matrix input.
Apart from my forgetful brain this isn't a deep problem, because one has
other functions, but explicit cross references in the doc may be useful.
In particular (probably incomplete):
- mean(): ref. to meanc() and meanr()
- median(): mention the possibility to use quantile(..., 0.5)
- sum(): This has a meaning for matrix, too. But in addition, make a ref
to sumc() and sumr()
- sd(): ref to sdc() (and noting that sdr() doesn't exist, don't know
why... of course can always work with transposes, but that would also
hold for the other functions which we have anyway)
- max() and min(): ref to maxc(), maxr(), minc(), minr()
Should I create a tracker ticket?
thanks,
sven