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.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130322/9315f355/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061228/36645e84/attachment.pl
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130327/9f3a460c/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20111020/7e2c0370/attachment.pl>
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...
Is it possible to automate R via DDE, OLE or COM? Obviously this relates to R running under Windows. And, before anybody jumps all over me, I know that OLE and COM are basically the same thing. Thanks, Warren Mason...
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...
Hi there-- To avoid duplication, I would recommend looking at the OpenLCA efforts--see http://www.openlca.org/index.html http://www.openlca.org/index.html . One of the limitations of this OpenLCA software, however, is a lack of statistical...
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...
Greetings -- I would like to estimate a proportional hazard model with a weibull or lognormal baseline. I have looked at both the coxph() and survreg() functions and neither appear (to me ) to do it. Am I missing something in the...
Hello fellow R users, I have recently updated to R 3.1.2. When trying to plot an hclust object to generate the dendrogram I get the following error: Error in .Internal(dend.window(n, merge, height2, hang, labels, ...)) : there...
Hello, I've been trying to calculate home range sizes (for Icelandic geese!) using minimum convex polygons with the adehabitat package. I've tried to use the R code shown by demo(homerange) in adehabitat and when that didn't...
Thanks! That worked From: William Dunlap <wdunlap at tibco.com<mailto:wdunlap at tibco.com>> Date: Tuesday, November 25, 2014 12:53 PM To: Rolf Turner <r.turner at auckland.ac.nz<mailto:r.turner at auckland.ac.nz>> Cc...
Can't find what you're looking for? Try searching with Google .