meanrow | R Documentation |
Computes the arithmetic mean.
meanRow(x,..., na.action=get(getOption("na.action")))
meanCol(x,..., na.action=get(getOption("na.action")))
x |
a numeric vector or matrix of data |
... |
arguments to |
na.action |
The na.action to be used: one of
|
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
mean.rplus
data(SimulatedAmounts)
meanCol(sa.tnormals)
meanRow(sa.tnormals)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.