Calculates the standard error interval of a vector of data

run_STDERR(x)

Arguments

x

(Required). vector. a vector of data.

Value

upper

Upper bound of interval.

mean

Mean of data.

lower

Lower bound of interval.

References

https://github.com/cran/Rmisc/

Author

Created by Hua Zou (5/19/2022 Shenzhen China)

Examples

run_STDERR(rnorm(100))
#>        upper         mean        lower 
#>  0.191356346  0.090838984 -0.009678378