Skip to content
Prev 157561 / 398502 Next

count data with a specific range

Hi there,

The data is

data<-c(2,6,13,26,19,25,18,11,22,25)

I want to count data for these rages:

[0~10]:
[11~20]:
[21-30]:

Is anyone can help me?

Thank you in advance