sm_stdErr {smplot2} | R Documentation |
Standard error
Description
Standard error
Usage
sm_stdErr(data)
Arguments
data |
Numerical vector of data. |
Value
A double vector is returned with a standard error of the input (given sample).
Examples
library(smplot2)
sm_stdErr(rnorm(10,0,1))
[Package smplot2 version 0.2.4 Index]