sddiff {GENEAclassify} | R Documentation |
Finding the standard deviation of the differences
Description
Called by segmentation
.
Usage
sddiff(x, na.rm = TRUE)
Arguments
x |
vector of numeric values |
na.rm |
single logical should missing values be removed |
Value
A single value data.
Examples
tmp1 <- c(1,3,2,6,4,5,3,9,10)
sddiff(x = tmp1)
[Package GENEAclassify version 1.5.5 Index]