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”

questions on the ff package
Jens Oehlschlägel · Nov 27, 2009 · r-help

> I wonder how efficiently it is to do the following command on a frequent basis. > nrow(matFF) <- nrow(matFF)+1 Obviously there is overhead (closing file, enlarging file, openeing file). I recommend you measure yourself whether this is acceptable for...

some problems with windows(rescale=) (PR#794)
Jens Oehlschlägel · Jan 11, 2001 · r-devel

Sorry for wasting bandwidth but I want to thank Prof. Brian Ripley for attacking the problems I had with windows() rescaling. I am sorry that it eat up lots of his time and appreciate very much that nevertheless he did...

predict.princomp fails if princomp was called with a matrix covmat= (see also #3682 ) (PR#6452)
Jens Oehlschlägel · Jan 22, 2004 · r-devel

Dear all, predict.princomp seems to expect non-NA component $center which is not set by princomp.default. Best regards Jens Oehlschl?gel > x <- matrix(rnorm(400), ncol=4) > predict(princomp(x, covmat=cov(x)), newdata=x[1:10, ]) Error...

Bug reporting system inquiry plus a bug report related to sort
Jens Elkner · Mar 4, 2010 · r-devel

On Thu, Mar 04, 2010 at 09:39:41AM -0600, Marc Schwartz wrote: > There has been talk over the years of moving to Bugzilla, but I am not clear on present status. IMHO Bugzilla is too challenging for normal users...

Do we have to cut a dendrogramm at a specific level or not
Jens Oldeland · Mar 6, 2011 · r-sig-ecology

Dear Group, I am currently preparing a lecture on 'Cluster Analysis' and I found two very different ways to interpret a dendrogram. The first option is to 'cut' a dendrogram at a specific height, like it is possible with the...

Longer synonym for R?
Jens Oehlschlägel · Sep 30, 2002 · r-help

The first hit of Googling for Using CRAN to fit nonlinear random coefficients models gave me http://cran.r-project.org/src/contrib/Descriptions/nlme.INDEX which isn't too bad, is it? Furthermore Using R to fit nonlinear random...

R as a server in client server computing
Jens Oehlschlägel-Akiyoshi · Jun 27, 2000 · r-help

I like to have a continuously running R process, which can receive a dataframe from a client (over TCP/IP), does some processing, and sends some data back. What is the prefered way to do this? Using the socket interface...

data storage/cubes and pointers in R
Jens Scheidtmann · Nov 16, 2006 · r-help

Piet van Remortel <piet.vanremortel at gmail.com> writes: > Hi all, > [...] > Intuitively, I would like to be able to slice the data in a 'data- > cube' kind of way to query, analyze, cluster, fit etc., which > resembles the database data...

cancor
Jens Nieschulze · Jan 26, 2001 · r-help

Dear R's I have a question about the output from cancor. Using a matrix x of dimension (nxp1) and a matrix y of dimension (nxp2) with p1 < p2 I get p1 canonical coefficients (as expected) and a p1xp1 matrix...

optmizing with monotone stepfunctions?
Jens Oehlschlägel · Jan 10, 2001 · r-help

Before re-inventing the wheel I would like to ask: does anyone know about an optimizer in R which can reliably identify which value of X (Xopt) leads to Y (Yopt) closest to Ytarget in Y <- MonotoneStepFun(X) optionally with...

file.rename overwrites existing target (PR#14065)
Jens Oehlschlägel · Nov 15, 2009 · r-devel

Full_Name: Jens Oehlschl?gel Version: 2.10.0 OS: Windows XP Professional Submission from: (NULL) (85.181.158.112) file.rename() will successfully rename file a to b - even if b exists already. Though the documentation does not state...

make.socket() fails under Windows NT
Jens Oehlschlägel-Akiyoshi · Oct 4, 1999 · r-help

Dear R-people, Did anyone succeeded in using R sockets under Windows NT? Yesterday I could establish client and sever sockets with R-0.65.0 under linux, but with R-0.64.2 under NT I can't. I...

X-Priority: 3 (Normal)
Jens Oehlschlägel · Oct 15, 2002 · r-help

# you need to distinguish datatypes 'character' and 'numeric' bindec <- function( b # a CHARACTER representing a binary number ){ as.i <- as.integer(unlist(strsplit(b,""))) print(as.i) fl <- 2^(floor(round(log10(as.numeric(b)),10)):0) # convert b to...

Intended change from version$os=='Win32' to 'mingw32' ?
Jens Oehlschlägel · May 28, 2002 · r-help

Is it intended that version$os no longer is 'Win32' for the Windows-Compile? What is the approbriate way to check for Windows? Best Jens Oehlschl?gel In 1.4.1 we had > version _ platform i386-pc-mingw32 arch x86...

Reading complicated data file
Jens Nieschulze · Sep 25, 2002 · r-help

On Wed, 25 Sep 2002 zlamal at ufi.fme.vutbr.cz wrote: %Hi, I am new in R and I have problem with reading this data file % %0 TITLE Title % 0 XLEGEND Legend %-1 LABEL x %1 1 12 %1...

subscript data.frame
Jens Oehlschlägel-Akiyoshi · Jan 26, 2000 · r-help

Hi, is the following difference intended? > 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...

seq.int broken (seq as well) (PR#14169)
Jens Oehlschlägel · Dec 28, 2009 · r-devel

Full_Name: Jens Oehlschl?gel Version: 2.10.1 OS: Windows XP Submission from: (NULL) (156.109.18.2) # fine as expected from help page: # "from+by, ..., up to the sequence value less than or equal to to" # thus 1...

Phylogenetic turnover using large datasets
Jens Ringelberg · Mar 5, 2020 · r-sig-ecology

Dear list, Does anyone happen to have experience with calculating Simpson's pair-wise phylogenetic dissimilarity for large datasets? I have tried using betapart?s phylo.beta.pair function to calculate phylogenetic turnover for a globally-distributed clade with about...

Summary: recommended linux environment for R
Jens Oehlschlägel · Jul 27, 2000 · r-help

Some days before I asked about a recommended linux environment for R. Looks like, in principle it runs on all major linux distributions (debian red hat, suse). There was a report of a problem with dynamically loading Fortran on Red...

Factor Analysis?
Jens Oehlschlägel-Akiyoshi · Feb 2, 2000 · r-help

I know it is easy to wish features and difficult to implement them, thus I hope it is ok to make the following remark (I can't offer to implement factor analysis): As R is an integrating statistics environment, I...

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