Is it possible to bin a variable in to quintile (1/5th) using R. And select only the variables that fall in the 5th bin.
- As of now I am using the closest option which is quartile (.75) as there is not a function to do quintile.
Any suggestions please.