search for: answer3

Displaying 2 results from an estimated 2 matches for "answer3".

Did you mean: answer
2009 Apr 24
1
deleting rows provisionally
...al.653" "abdomen.2" ... ..$ : chr [1:2] "row" "col" I want to delete rows that have the same entries. For example: > answer2[4,1] [1] 2 > answer2[4,2] [1] 2 > And so I would like to delete row 4. I tried the following but it does not work. I defined answer3 to hold the result by first: >answer3<-answer2 and then: > for(i in 1:1537){if(answer2[i,1]==answer2[i,2]){answer3[-i,]}} Why doesn't this work? Thanks. -- View this message in context: http://www.nabble.com/deleting-rows-provisionally-tp23209365p23209365.html Sent from the R help ma...
2006 Oct 12
9
Newbie question: 28000+ files for 25000+ records?
...a few hundred files after optimzing, not more files that records indexed. Please understand I am brand spanking new to Lucene, Ferret, and AaF. I was using acts_as_ferret with :fields => ["user_id", "answer1", "answer2", "answer3", "answer4", "answer5", "answer6"], :merge_factor => 1000, :max_merge_document = 10000, :max_memory_buffer =>0x4000000 The fields are from 15 to 500 characters long. Also, was there a...