Hi, This is My Dataset Requriment. If Possible To solve This Task. Please
send reply

 

 

I Have Take 3 Numeric Values 

1.Is Age

2.Is Income

3.Is Cast

 

If We Have To Arranged In Order Is

 

Age Income Cast

15 15000 5000

18 12000 4500

20 16000 6000

25 22000 11000

28 11000 6000

30 9000 7000

32 15000 7000

 

In This Way Write A Programe Arranging Each Variable Intervals Like
10<=15,15<=20,20<=25,25<=30,30<=35 

Interval Limit Is As u Like Depends On Data 

 

And As Well As Arranging Bin's Each Variable Like 10<=15 Is 1

                                                  15<=20 Is 2

                                                  20<=25 Is 3 This Way
Arranging Final Result Is

 

 

Age Age_Intervals  Age_Bin's Income Income_Intervals Income_Bin's Cast
Cast_Intervals Cast_Bin's

15   10<=15          1      15000   10000<=15000        1        5000
0<=5000           1

20   15<=20          2      16000   15000<=20000        2        6000
5000<=10000       2

25   20<=25          3      22000   20000<=25000        3        11000
10000<=11000      3 

 

Note:- That Each Variable Interval Limit Is Need Not Be True. Like With Us
Take A Data Depends

 


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to