On 11/12/2013 09:52 AM, Mª Teresa Martinez Soriano wrote:
normal<-sort(rnorm(1000))cauchy<-sort(rcauchy(1000)) t3<-sort(rt(1000,3))
t10<-sort(rt(1000, 10))
col<-c("green","blue","orange","purple") v<-list(normal,cauchy,t3,t10)
names(v)<-c("Normal", "Cauchy", "T-stud 3 df
Hi , thanks in advance I have the follow code:
normal<-sort(rnorm(1000))cauchy<-sort(rcauchy(1000))
t3<-sort(rt(1000,3))t10<-sort(rt(1000, 10))
col<-c("green","blue","orange","purple")
v<-list(normal,cauchy,t3,t10) names(v)<-c("Normal", "Cauchy", "T-stud 3
2 matches
Mail list logo