Skip to content

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.

148 results for “from:Allen”

mode of a data set
Michael R. Allen · Feb 11, 2005 · r-help

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...

Graph Edit Distance
Thomas Allen · Feb 12, 2009 · r-help

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...

Depends/Imports/Suggest/Enhence
Allen S. Rout · Nov 6, 2012 · r-devel

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...

Lyapunov matrix equation
Allen L · Jan 6, 2010 · r-help

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...

Working directories... Again
Allen L · Feb 26, 2010 · r-help

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...

Trying to use current R2spec on RHEL.
Allen S. Rout · Mar 13, 2012 · r-sig-fedora

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...

[Bioc-devel] Fwd: [PATCH] affy 1.12.2 affyPLM 1.12.0 interoperability
Allen Day · May 8, 2007 · bioc-devel

> > 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...

When I cbind the POSIXct gets lost
Allen S. Rout · Feb 12, 2008 · r-help

"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...

array() misfeature
Allen McIntosh · Dec 2, 2007 · r-help

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...

[Bioc-devel] new package: huex10stv2cdf
Allen Day · Oct 31, 2007 · bioc-devel

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...

[Bioc-devel] Fwd: [PATCH] affy 1.12.2 affyPLM 1.12.0 interoperability
Allen Day · May 8, 2007 · bioc-devel

---------- 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...

Subset based on a date range
Allen · May 19, 2012 · r-help

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...

Dependencies of packages' CHECK....
Allen S. Rout · Sep 9, 2009 · r-devel

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...

Subsetting a data.frame degenerates at one column?
Allen S. Rout · Feb 11, 2008 · r-help

"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...

Snow Not Distributing
Jeff Allen · Jan 20, 2012 · r-sig-hpc

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...

R 3.0; want to try again?
Allen S. Rout · Mar 27, 2013 · r-sig-fedora

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...

Depends/Imports/Suggest/Enhence
Allen S. Rout · Nov 6, 2012 · r-devel

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...

Collision between difftime and ggplot2.
Allen S. Rout · Sep 25, 2009 · r-devel

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...

Test Set Deviances
Thomas Allen · Mar 11, 2009 · r-help

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...

Bar plot with variable width (down a drill hole)?
Phillip J. Allen · Mar 25, 2003 · r-help

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 .