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.
I was looking up how to find the mode of a data set in R and found some solutions through your service. But, I needed a program to find the mode or modes of a data set. Here is what...
Dear R Users I'm trying to acquire a metric for how similar two graphs are by doing inexact graph matching. I heard that the "Graph Edit Distance" is one such metric. Do you know of any R packages (off...
On 11/06/2012 11:36 AM, Simon Urbanek wrote: > > On Nov 6, 2012, at 11:19 AM, Christophe Genolini wrote: > >> Hi the list >> >> In the DESCRIPTION file of my package foo0, I have: >> >> Depends: foo1 >> Imports: foo2 >> Suggest: foo3...
Dear R forumers, Wondering if anyone knows of a package that can solve the lyapunov matrix equation C=ACA^T + B in R? Currently I am exporting to Mathematica, solving and bringing the results back in, but this is not...
Dear R forum, I've looked many places for this and figure there must be an easy way to implement. I want to set the working directory in my script to the place where the R code is located. Something...
On 03/13/2012 02:14 AM, Pierre-Yves Chibon wrote: > hm, I am thinking of an older version of python-argparse. Do you have > 1.2.1 ? (which is available on EPEL btw). Was at 1.0.1; updated...
> > It appears that it is using an older interface > > (AnnotatedDataFrame in place of phenoData, alternately named MIAME > > member), although I am not really familiar with the history of any of > > this. > > Actually, it is the other way around. The phenoData...
"Gabor Grothendieck" <ggrothendieck at gmail.com> writes: > The point is don't use cbind -- use data.frame. Is there a conventional way to use data.frame instead of cbind when processing a 'by'? My code is littered with: foo <- data...
Version: 2.5.1 array() is inconsistent when given non-integral dimensions: > zz <- array(0,dim=c(4,3.01)) > dim(zz) [1] 4 3 > zz <- array(0,dim=c(201,4.05)) Error in dim(data) <- dim : dim<- : dims...
This package was never accepted to Bioconductor for unclear reasons, but I have had many requests by users to send it to them. I'm posting at a public URL for self service. Here it is, enjoy: http://aurora.lbl...
---------- Forwarded message ---------- From: Allen Day <allenday at gmail.com> Date: May 4, 2007 4:32 PM Subject: [PATCH] affy 1.12.2 affyPLM 1.12.0 interoperability To: bioc-devel at stat.math.ethz.ch see attached. affyPLM's fitPLM...
Hello, Can someone help me on how to make a subset of my dataframe using two dates. This is what I have tried, but no data is being excluded in the new frame. six_months<-subset(Two_years, vdate>2011...
Uwe Ligges <ligges at statistik.tu-dortmund.de> writes: >> 2) As part of the binary package build process, run CHECK >> with R_CHECK_FORCE_SUGGESTS = false. > 1, 3-5 sound fine, but I do not see why you need 2...
"jim holtman" <jholtman at gmail.com> writes: > try: > input[,targets, drop=FALSE] > see: > ?"[" > for an explanation. Thanks, you who responded; this was exactly helpful, and a good reference to the part of the FM I was missing. To unpack (and...
I have been able to successfully setup snow (0.3-5) and Rmpi (0.5-9) on my RedHat 5 cluster, and have it working perfectly for jobs that don't span multiple nodes. We're using Torque for resource...
So with a major new version of R coming along, it seems like a reasonable point at which to try to pick up the "Let's make a CRAN repo for the red-hat-like folks!" task again. The last...
On 11/06/2012 12:49 PM, Uwe Ligges wrote: > >> >> >> - 'Depends:foo1' if there is a function in foo1 that my package use often > > No, better make use of Namespace imports all the time and only use > "Depends" if you...
It seems that there are several folks Out There with an itch to scratch with respect to difftimes. http://article.gmane.org/gmane.comp.lang.r.devel/19223/match=difftime http://article.gmane.org/gmane.comp.lang.r.devel/18441...
Dear all I'm building logistic regression models using glm() and then validating their predictive ability on a test set using predict() to get the probabilities. I understand how to attain the deviance of the model fitted to the training...
Hi all, I am trying to make a bar plot of observations along a line or specifically a drill hole with the bars widths representing the interval of the observation and the length of the bar the actual data. My...
Can't find what you're looking for? Try searching with Google .