powered by
Standardize a vector to 0-1 using the cumulative distribution function of the normal distribution.
range01(x)
A standardized numeric vector scaled to 0-1.
A vector of numeric values.
nums<-rnorm(50, 6.5, 3) nums<-demcon::range01(nums)
Run the code above in your browser using DataLab