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
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
2 matches
Mail list logo