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.

550 results for “from:Jens”

[Bioc-devel] BioC 2.8 New Package Submission Deadline - 3/23/11
Wong, Chao-Jen · Mar 11, 2011 · bioc-devel

Dear all, This announcement is for package authors who are in the process of developing packages for inclusion in the upcoming 2.8 release of Bioconductor in April. The deadline to make a submission for this release is going to...

How to number a subset consecutively from 1 to n?
Jens Bölte · Jul 10, 2009 · r-help

Hello, I have a data frame of the following form block trial dv 1 1 10 1 1 11 1 1 9 1 2 12 1 2 9 1 3 12 1 3 13 1 3 14 1 3 15...

options(editor="something with parameter")
Jens Oehlschlägel · Jan 19, 2001 · r-help

I wouldn't call it a bug, but may be people like to know about it My windows editor needs to be called with commandlineparameter -m to create a new instance, which stopped working via options(editor=). (it used to...

MCMC gradually slows down
Jens Malmros · Nov 8, 2009 · r-help

Hello, I have written a simple Metropolis-Hastings MCMC algorithm for a binomial parameter: MHastings = function(n,p0,d){ theta = c() theta[1] = p0 t =1 while(t<=n){ phi = log(theta[t]/(1-theta[t])) phisim = phi + rnorm(1...

unable to compile Recommended packages
Jens Elkner · Mar 9, 2010 · r-devel

On Tue, Mar 09, 2010 at 02:14:50PM -0500, Alex Bryant wrote: > Thank you for your responses. It turns out the problem was my version of 'tar' on solaris. I downloaded the latest Gnu tar and the install completed...

Projection of Shapefiles using Maptools
Jens Oldeland · Nov 14, 2007 · r-help

Dear R-Users I have successfully imported my Shapefile using maptools with the following command lines, and I hoped that my object (nc) will be recognized as projected data, so I have included the CRS command: library(maptools) p4s = CRS...

how to get f(x)=___ from a piecwise function
Eric C. Jennings · Feb 25, 2006 · r-help

>From actual real-world readings, I have two vectors: x<- c(-100.4, 32.0, 99.8, 200.2, 300.6, 399.8, 500.0, 600.0, 699.6, 799.6, 899.8) y<- c(0.4, 0.0, 0...

chron now fails with 4 digit year (PR#443)
Jens Oehlschlägel-Akiyoshi · Feb 16, 2000 · r-devel

Full_Name: Jens Oehlschlägel-Akiyoshi Version: RW0990 OS: Windows NT 4.0 SP5 Submission from: (NULL) (194.175.113.13) With the version of the chron library included in RW0901 I could create CORRECT chron objects with mm/dd...

pre summary: mapping of colornames into hsv?
Jens Oehlschlägel-Akiyoshi · Feb 28, 2000 · r-devel

etc/colors.big doesn't do the job currently, as: colors.big maps 455 names to rgb in S syntax rgb.txt maps 657 names to rgb in C syntax, but unlike colors() it has mixed upper and lower case...

R graphics: Add labels to stacked bar chart
Jens Oldeland · Sep 2, 2010 · r-help

Hi, I am looking for a way to add labels, i.e. absolute values, into a stacked bar chart using the basic plot functions of R. The labels should be inside the stacked bars. For example, ### I have this dataset...

distance between two matrices
Jens Oehlschlägel · Jan 28, 2004 · r-help

Sundar, Have a look at "knn1" from package "class". As I understand what you want is as.integer( knn1(train=A, test=B, cl=1:nrow(A)) ) Best regards Jens Oehlschl?gel > Say I have a matrix A with dimension...

language inconsistency puzzle (in the tradition of Bill Venables (Hi Bill) puzzle "what is x")
Jens Oehlschlägel · Nov 7, 2002 · r-help

> # let's say we have two vectors a and b > # lets make a copy of a > > a2 <- a > > # not surprisingly > identical(a[b], a2[b]) [1] TRUE > > # now assigning same to same > a[b] <- a2[b] > > # and SURPRISE > identical(a...

How to grow an R object from C (.Call Interface)
Jens Oehlschlägel · Oct 31, 2003 · r-help

What is the best way to grow an R return object in writing a C function using the Rdefines.h macros. In my application, the final size of the return object is not known during construction. My understanding is that...

Rank Values in a Matrix
Jens Oldeland · May 19, 2008 · r-help

Dear All, a short and maybe simple question: I have to rank all values in a matrix from 0 to X, [1] [2] [3] [4] [1] 0.1 2 0 3 [2] 50 3 3 1 [3] 100 1 1...

problems with assigning a class to an environment
Jens Oehlschlägel · Jun 24, 2002 · r-help

I was surprised to find that calling str() on an environment can remove attributes from it, as in > a <- new.env() > class(a) <- "jens" > class(a) [1] "jens" > str(a) Class 'jens' length 0 <environment> > class(a) NULL then I...

data.frame[1,1]<- differs from data.frame[[1]][1]<- (PR#403)
Jens Oehlschlägel-Akiyoshi · Jan 26, 2000 · r-devel

I observed the following difference: > ddd <- data.frame(a=1:3, b=1:3) # assignment of 'X' silently ignored > ddd[1,1] <- 'X' > is.factor(ddd[[1]]) [1] FALSE > ddd a b 1 1 1 2 2 2 3 3...

ROracle error in Windows. Memory could not be read.
Jens Scheidtmann · Oct 21, 2006 · r-help

Adrian Dragulescu <adrian_d at eskimo.com> writes: > I've seen from earlier posts that other people had problems installing > ROracle under Windows. I run R-2.3.1. > > I got the Windows binaries for ROracle from > http://stat.bell...

Mean of random effects same as fixed effect?
Jens Åström · Jan 7, 2012 · r-sig-mixed-models

Hi all, A couple of weeks ago I posted a question but got no answers. Here goes a second attempt, now shorter and more general. Are the following two model specifications interchangeable, or is there a statistical reason for why...

Sorting problem
Jens Nieschulze · Sep 13, 2002 · r-help

On Fri, 13 Sep 2002 Bayesianbay at aol.com wrote: %Dear list % %I have a quick question which is probably very simple. % %I have a data frame, and want to sort the data by putting one column in to %ascending...

ff objects saving problem
Jens Oehlschlägel · Nov 10, 2010 · r-help

Xiaobo, You indeed need external 'zip' and 'unzip' utlities in the path, citing from ffsave's help: "using an external zip utility, e.g. for windows in Rtools on [http://www.murdoch-sutherland.com/Rtools/]". Please note that the mentioned...

Can't find what you're looking for? Try searching with Google .