se {PCBS} | R Documentation |
Standard error of a vector.
Description
Takes the standard error of a vector.
Usage
se(x)
Arguments
x |
numeric vector. |
Value
Returns a numeric
, representing the standard error of the input vector.
Examples
x <- sample(1:100, 20)
se(x)
[Package PCBS version 0.1.0 Index]