Returns center values of x, the mean, mean-std.dev, mean+std.dev
cutBySD.RdIf the numeric variable has fewer than 6 unique observed values, this will send the data to cutByTable.
Author
Paul E. Johnson pauljohn@ku.edu
Examples
x <- rnorm(100, m = 100, s = 20)
cutBySD (x, n = 3)
cutBySD (x, n = 5)