powered by
Computes the arithmetic mean.
meanRow(x,…, na.action=get(getOption("na.action"))) meanCol(x,…, na.action=get(getOption("na.action")))
a numeric vector or matrix of data
arguments to mean
mean
The na.action to be used: one of na.omit,na.fail,na.pass
na.omit
na.fail
na.pass
The arithmetic means of the rows (meanRow) or columns (meanCol) of x.
Computes the arithmetic means of the rows (meanRow) or columns (meanCol) of x.
mean.rplus
# NOT RUN { data(SimulatedAmounts) meanCol(sa.tnormals) meanRow(sa.tnormals) # }
Run the code above in your browser using DataLab