search for: char3

Displaying 4 results from an estimated 4 matches for "char3".

Did you mean: char
2012 Oct 14
3
Pivot Table "like" structure
...L, 5L), .Label = c("A", "B", "C", "D", "M"), class = "factor"), Char2 = structure(c(1L, 2L, 1L, 2L, 3L, 4L, 4L, 2L), .Label = c("ABCD", "EFGH", "FGHJ", "GGGG"), class = "factor"), Char3 = structure(c(1L, 1L, 2L, 3L, 1L, 1L, 2L, 3L), .Label = c("ASDFG", "DDDDD", "EEEEEE"), class = "factor")), .Names = c("Coutry", "State", "City", "Char1", "Char2", "Char3"), row.names = c(N...
2009 Apr 03
1
Discriminant Analysis - Obtaining Classification Functions
...have some plant samples (divided into several groups) on which I measured a few quantitative characteristics. Now, I need to infer some classification rules usable for identifying new samples. I have used the function lda from the MASS library in a usual fashion: lda.1 <- lda(groups~char1+char2+char3, data=xxx) I'd like to obtain the classification functions for the particular groups, with the aid of which I could classify unknown samples. I know I can use predict.lda to classify such samples, but I need to obtain some equations into which I could simply put the measured values of an unkno...
2010 Sep 07
1
DO NOT REPLY [Bug 7667] New: "devices" regression test fails on x86_64-apple-darwin10
...devices/rsync.chk 2010-09-07 15:17:06.000000000 +0300 +++ /Users/cartman/Sources/rsync/testtmp/devices/rsync.out 2010-09-07 15:17:06.000000000 +0300 @@ -1,6 +1,7 @@ .d..t...... ./ cDc.t...... block cDc........ block2 +cD+++++++++ block3 cD+++++++++ char cD+++++++++ char2 cD+++++++++ char3 test 4 failed ----- devices log ends -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
2010 May 05
2
readLines with space-delimiter?
Hi, I am reading a large space-delimited text file into R (41 columns and many rows) and need to do run each row's values through another R object and then write to another text file. So, far using readLines and writeLines seems to be the best bet. I've gotten the data exchange working except each row is read in as one 'chunk', meaning the row has all values between two quotes