The arithmetic mean of rows or columns
Computes the arithmetic mean.
meanRow(x,..., na.action=get(getOption("na.action"))) meanCol(x,..., na.action=get(getOption("na.action")))
Computes the arithmetic means of the rows (meanRow) or columns (meanCol) of x.
The arithmetic means of the rows (meanRow) or columns (meanCol) of x.
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
data(SimulatedAmounts) meanCol(sa.tnormals) meanRow(sa.tnormals)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.