search for: somay

Displaying 3 results from an estimated 3 matches for "somay".

Did you mean: soma
2011 Nov 11
8
Help
Dear Contributors I would like to perform this operation using a loop, instead of repeating the same operation many times. The numbers from 1 to 4 related to different groups that are in the database and for which I have the same data. x<-c(1,3,7) datiP1 <- datiP[datiP$city ==1,x]; datiP2 <- datiP[datiP$city ==2,x]; datiP3 <- datiP[datiP$city ==3,x] datiP4 <-
2007 Jul 12
1
Problems with Wine in Mandriva....
Hi, i tested the same porogram, that have problems, so try to compile yourself, i download the sources and make ./configure & make & make install and lather this will we work... -- Maximiliano Casta??n (maximi89) Linux user # 394821 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Feb 15
10
reading data
Hi, #working directory data1 #changed name data to data1.? Added some files in each of sub directories a1, a2, etc. ?indx1<- indx[indx!=""] lapply(indx1,function(x) list.files(x)) #[[1]] #[1] "a1.txt"??????? "mmmmm11kk.txt" #[[2]] #[1] "a2.txt"??????? "mmmmm11kk.txt" #[[3]] #[1] "a3.txt"??????? "mmmmm11kk.txt" #[[4]] #[1]