similar to: Doing PCA

Displaying 20 results from an estimated 100 matches similar to: "Doing PCA"

2007 Nov 26
2
Filling in a Zero Matrix
Hi I am very new to R and statistical programming in general. I am trying to reorder data from a .csv file. I have managed to import the data and create a zero matrix. I am now trying to fill the matrix. There seems to be some problem with this section of my code. I have highlighted the dodgy code in red. Please help if possible. ###################################################### ###########
2013 Apr 14
2
[LLVMdev] is there any passes or compiling options that can aviod to generate vector instructions and 'select' instruction in IR
hi guys: is there any passes or compiling options that can aviod to generate vector instructions and 'select' instruction in IR. i think that these instructions can be replaced with other instructions in LLVM IR. So if there is a way to eliminate these instructions during compilation? -- View this message in context:
2013 Apr 15
0
[LLVMdev] is there any passes or compiling options that can aviod to generate vector instructions and 'select' instruction in IR
Hi, > is there any passes or compiling options that can aviod to generate vector > instructions and 'select' instruction in IR. > i think that these instructions can be replaced with other instructions in > LLVM IR. So if there is a way to eliminate these instructions during > compilation? you can avoid having optimizers create vector instructions by not running the
2013 Apr 14
1
[LLVMdev] llvm 'select' instruction
hi Sam: thank you for your reply. but i have another question about this 'select' instruction. i think that in LLVM IR, i can use a branch and two seperate assignments to replace 'select' instruction(am i right?). so is there any compiling option to aviod generate 'select' instruction? -- View this message in context:
2004 Jan 09
2
Problem with internal traffic
Have 4 harddrives hde,hdg etc all of these drives are mounted in samba. When i copy file from one drive to another i notice that server sends the file to my computer and then back to itself (into the right place). The file will be copied but doing so it will eat half of my network bandwith. Is it possible to aviod this? Best Regards Patrick Betfjord
1999 Sep 07
2
weird printing problems.
I'm experiencing some weird printing problems with samba connected printers. When I'll bring up a 95/98 workstation, sometimes it will say that the printer is offline, when it clearly isn't, or it will see everything fine, but it simply won't print. These are remote lpd connected printer to the samba server, and lpd can print fine. These are JetDirect HP printers. Any
2009 May 14
2
I want to avioid unnecessary value
I have a database like this: "kol1";"kol2";"kol3" ... "2";"5";"9" "9";"6";"6" "4";"6";"5"... I looking for a kod in R which let mi aviod in column unnecessary value, for example number "9". So, if I have: Kol1 2 9 4 4... after loop in R I would like to get my
2013 Apr 14
1
[LLVMdev] llvm 'select' instruction
hi Clemens Hammacher: thank you for your helpful answer. but i have another question about this 'select' instruction. i think that in LLVM IR, i can use a branch and two seperate assignments to replace 'select' instruction(am i right?). so is there any compiling option to aviod generate 'select' instruction? -- View this message in context:
2002 Aug 02
1
avoiding "for()" loops: a question?
I have read in several places that one should attempt to avoid for loops whenever possible. In this spirit, I was playing with some code that I have written to improve its efficiency and elegance. The following iteratively drops a column from a data frame and applies a function to the reminaing columns. I replaced this for loop: for (y in 1:dim(x)[2]) my.function (x[,-y]) with this:
2007 Dec 05
2
Dealing with NA's in a data matrix
Hi I have a matrix with NA value that I would like to convert these to a value of 0. any suggestions Kind Regards Amit Patel ___________________________________________________________ ttp://uk.promotions.yahoo.com/forgood/ [[alternative HTML version deleted]]
2006 Jul 10
6
Gruff: Display label vertical
Hi, I have stacked Bar graph which has about 20-30 items. I have to name each of these items. But there names/labels are overlapping. Is there any option to make the labels display vertical instead of horizontal? Any other ideas how can I aviod this overlapping? Please suggest. Thanks -- Posted via http://www.ruby-forum.com/.
2010 Aug 21
2
t.tests on a data.frame using an apply-type function
I have a data.frame with ~250 observations (rows) in each of ~50 categories (columns). I would like to perform t.tests on subsets of observations within each column, with the subsets according to index vectors contained in other columns of the data.frame. My data.frame looks something like this: x<-data.frame(matrix(rnorm(200,mean=5,sd=.5),nrow=20)) colnames(x)<-c("site",
1999 Sep 09
1
SAMBA digest 2226
samba@samba.org ????????: > SAMBA Digest 2226 > >For information on unsubscribing see http://samba.org/listproc/ >Topics covered in this issue include: > > 1) RE: weird printing problems. > by "cbrink" <cbrink@allsportssupply.com> > 2) Re: weird printing problems. > by "John J. LeMay Jr." <jlemay@njmc.com> > 3) Connection
2013 Nov 21
1
how can I import a number of datsets in a folder in my working directory to a list in R
Hi, Suppose, if I create 15 files in my working directory. set.seed(48) lapply(1:15,function(i) {m1 <- matrix(sample(1:20,1686*2,replace=TRUE),nrow=1686,ncol=2); write.table(m1,paste0("file_",i,".txt"),row.names=FALSE,quote=FALSE)}) ?D <-dir() D1 <- D[order(as.numeric(gsub("\\D+","",D)))] D1 ?res <- t(sapply(D1,function(x) {x1<-
2002 May 25
1
HTB 3.6 released
Hi all, next version is here. It incorporated latest patch I sent to these lists and also disables other error message under some circumstances. Thanks to all who have sent the error reports. No critical bug fixed here but your error ogs will be shorter :). devik
1998 Nov 10
1
Pivoting a data.frame
Hi, I would like tranform a data.frame which has a structure similar to the: Col1 Col2 Col3 B1 1 0.3 B1 2 0.4 B1 3 0.3 B2 1 0.2 B2 2 0.2 B2 5 0.4 B2 6 0.1 B3 1 0.2 B3 2 0.1 B3 5 0.2 [Data Frame 1] Into the following structure (pivoting or transpose is being used sometimes to
1999 Jul 05
1
Anomaly in MIN (MAX) ?
I have observed the following differences in the use of min/max functions between R and Splus (4.5) R (0.64.1): min(c(NA,NA,NA),na.rm=T) returns the following Warning in min(..., na.rm = na.rm) : no finite arguments to min/max; returning extreme. [1] 2147483647 S-Plus 4.5( Win32 edition) min(c(NA,NA,NA),na.rm=T) returns [1] NA The S-PLUS behaviour seems to be the right one Thanks,
2019 Sep 02
0
purge causing reappearing mails?
Hello, today i got reappearing mails again, but not from purging. In the logs i only found this. I've got massive problems by many users because reappearing mails. If you need more information, i could provide. Sep 02 12:58:43 doveadm: Warning: Transaction log file /var/spool/mail/<user>/storage/dovecot.map.index.log was locked for 43 second s (mdbox storage rebuild) Sep 02 12:58:43
2019 Aug 26
2
purge causing reappearing mails?
2011 Jan 21
0
How to install the RI doc into FXRI ?
Hi T. Turtle, Did you ever get a response from this? Old Geek Son OGS ----- Original Message ----- From: Turd Turtle To: fxruby-users at rubyforge.org Sent: Saturday, August 29, 2009 6:30 PM Subject: [fxruby-users] How to install the RI doc into FXRI ? Hi, Man, this is ironic. When I typed "gem update" or something like that, so that all my gems updated, my FXRI