Rdocumentation
powered by
Learn R Programming
plotrix (version 2.1-5)
std.error: Calculate standard error of the mean
Description
Calculates the standard error of the mean.
Usage
std.error(x,na.rm)
Arguments
x
A vector of numerical observations.
na.rm
Dummy argument to match other functions.
Value
The conventional standard error of the mean.
Details
std.error
will accept a numeric vector.
See Also
sd