| STDERR {Rmisc} | R Documentation | 
Standard Error
Description
Calculates the standard error interval of a vector of data
Usage
  STDERR(x)
Arguments
| x | a vector of data. | 
Value
| upper | Upper bound of interval. | 
| mean | Mean of data. | 
| lower | Lower bound of interval. | 
Examples
STDERR(rnorm(100))
[Package Rmisc version 1.5.1 Index]