Re: [R] r hepl

2014-02-12 Thread PIKAL Petr
y 12, 2014 7:06 AM > To: r-help@r-project.org > Subject: [R] r hepl > > Hi guye's if u don't mind solve this problem please > > > > Data<- > data.frame(Age=sample(10:75,50),Income=sample(6000:5,50),Profit=sa > mple(2000:4,50),stringsAsFactors=F

[R] r hepl

2014-02-11 Thread Amaleswara Rao
Hi guye's if u don't mind solve this problem please Data<-data.frame(Age=sample(10:75,50),Income=sample(6000:5,50),Profit=sa mple(2000:4,50),stringsAsFactors=F) uniq1<-unique(quantile(Data[[1]],seq(0,1,0.01))) Interval_age<-findInterval(Data[[1]],uniq1) bins_age<-cut(Data$Age,s

Re: [R] hepl

2014-02-11 Thread PIKAL Petr
oject.org] On Behalf Of Amaleswara Rao > Sent: Tuesday, February 11, 2014 5:05 AM > To: r-help@r-project.org > Subject: [R] hepl > > Hi, This is My Dataset Requriment. If Possible To solve This Task. > Please > send reply > > > > > > I Have Take 3 Numeric V

[R] hepl

2014-02-10 Thread Amaleswara Rao
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