Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Thank you Berton, I will look into that method. Roger Berton Gunter <gunter.berton at gene.com> writes: > ?unlist > > -- Bert Gunter > Genentech Non-Clinical Statistics > South San Francisco, CA >
Thank you Tariq. That works perfectly. Roger ??Tariq Khan <tariq.khan at gmail.com> writes: > You might just want to try this, it is quite efficient: > > as.numeric(t(as.matrix(x))) >
Hello, I have data in a frame: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 I would like them arranged in a single column: 1 2 3 4 . . 8 9 . . 16 etc...
Hello Moshe, Moshe Olshansky <m_olshansky at yahoo.com> writes: > Try > x <- as.integer(Membersind06$actual06) > and then > x/10 I think I tried that without success (but I tried so many things, that one may have escaped me). In...
Hello, I have a list of filenames extracted from a data-frame thus: files <- main$file e.g. file[[1]] returns [1] Ca00Mn48_0.gout 4702 Levels: Ca00Mn48_0.gout Ca01Mn47_0.gout Ca01Mn47_1.gout ... Ca48Mn00_0.gout I...
Hello, I am trying to do arithmetic on numbers extracted from a PostgreSQL database, wherein the numbers are stored as type "money". The transcript below illustrates the problem. > Membersind06 <- sqlQuery(channel,"select * from income where rowname like '%Membersind%'") > names(Membersind06...
Can't find what you're looking for? Try searching with Google .