[R] Help needed

Richard M. Heiberger rmh at temple.edu
Tue Apr 25 15:57:41 CEST 2006


> x <- rnorm(100)
> xx <- cut(x,3)
> levels(xx)
[1] "(-2.37,-0.716]" "(-0.716,0.933]" "(0.933,2.58]"  
> as.numeric(xx)




More information about the R-help mailing list