[R] factors levels ?

Julian Burgos jmburgos at u.washington.edu
Tue Nov 13 18:54:56 CET 2007


What you are looking for is the findInterval() function.

Julian

W Eryk Wolski wrote:
> Hi,
> 
> It's just some example code.. The application is uninteresting. I am
> searching for some functionality.
> 
> X <- rnorm(100) //my data
> 
> Y <- seq(-3,3,by=0.1) // bin boundaries.
> 
> Now I would like to generate a - list of factors,  length as X...
> i.e.: all values in the range [-3,-2.9) have the same factor... [-3,-2.9) etc.
> 
> I would assume R has such a function but I cant recall which one it is.
> 
>



More information about the R-help mailing list