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”

R-bug report www page whishlist (PR#1126)
jens.lund@nordea.com · Oct 10, 2001 · r-devel

Full_Name: Jens Lund Version: -- OS: -- Submission from: (NULL) (194.239.194.210) On http://r-bugs.biostat.ku.dk/cgi-bin/R pressing "new bug report" returns a new form. It would, IMHO, be natural to place the "submit...

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

Hello, I'd like to ask whether there is a prefered linux distribution for use with R (Suse, Redhat, Debian) and what fortran compiler is recommended (f77 or f2c)? Thank you -- Dr. Jens Oehlschl?gel Analyse BBDO InterOne Gr?nstr...

mapping of colornames into hsv?
Jens Oehlschlägel-Akiyoshi · Feb 28, 2000 · r-help

I couldn't find this in online help or the archives: Is there any R function or object giving the mapping of the colornames as given by colors() into the hsv() model? Regards -- Dr. Jens Oehlschl?gel-Akiyoshi MD FACTORY...

R memory requirements
Jens Oehlschlägel-Akiyoshi · Jan 4, 2000 · r-help

Hi, can anyone explain how to find out the maximum memory a certain function call has needed at any time during execution? Regards -- Dr. Jens Oehlschl?gel-Akiyoshi MD FACTORY GmbH Bayerstrasse 21 80335 M?nchen Tel.: 089 545 28...

Pruning a delaunay triangulation with a shape
Jens Oldeland · Jul 22, 2010 · r-sig-geo

Hi Pierre, I think intersect.nb in the spdep package is what you are looking for? Have a look at the example there, looks quite similar to your problem. HTH, Jens -- +++++++++++++++++++++++++++++++++++++++++ Dipl.Biol. Jens Oldeland Biodiversity of Plants Biocentre Klein...

basename returns "." not in filename (PR#13958)
Jens Oehlschlägel · Sep 18, 2009 · r-devel

Mmh, > > Point is, I gather, that trailing slashes are removed, e.g., > > > > viggo:~/>basename foo/ > > foo > > > > So, not a bug. This unfortunately means that we cannot distinguish between 1) a path with a filename 2) a path without a filename...

software patents in European Community
Jens Oehlschlägel · Jul 24, 2000 · r-help

I thought the following may be interesting for R people. It looks like the EC is considering to allow software patenting, and some people have organized a petition against that. More Information under: http://petition.eurolinux.org/ Best Regards Jens...

Using the ROracle package with Oracle 10 ?
Jens Scheidtmann · Oct 21, 2006 · r-help

"Ram Dessau" <rde at cn.stam.dk> writes: [...] > Window binary for ROracle 10 ? > > Is there anyone who could help with a version of ROracle for windows > which is compatible with Oracle 10 or more general just uses the > "default-home...

consensus trees/groups from clustering
Jens Oehlschlägel · Feb 16, 2004 · r-help

Andrew, have a look at library(e1071) ?bclust which does bagging of kmeans cluster centers followed by hierarchical cluster analysis. Smart and fast. Best regards Jens Oehlschl?gel > I wish to build consensus groups/tree from a set of bootstraps...

Significance of clarkevans in spatstat
Jens Oldeland · Dec 5, 2007 · r-help

Dear R-Users, I was wondering if there is a way to test the significance of the clarkevans statistic in spatstat package? I did not find any related function or the related values to calculate it by hand. does someone...

Can saved R object .RData files be loaded by more than one R sessions for read only purpose?
Jens Oehlschlägel · Aug 2, 2010 · r-help

Xiaobo.Gu, Shared reading should be fine. Shared writing is also possible, but it is important to understand that .RData files do only contain the meta-data of ff objects, not the ff data itself. This means you cannot have...

Can saved R object .RData files be loaded by more than one R sessions for read only purpose?
Jens Oehlschlägel · Aug 2, 2010 · r-help

Xiaobo.Gu, Shared reading should be fine. Shared writing is also possible, but it is important to understand that .RData files do only contain the meta-data of ff objects, not the ff data itself. This means you cannot have...

Combining spatial and temporal correlation structures - possible?
Jens Oldeland · May 26, 2011 · r-sig-mixed-models

Dear Mixed-Model SIG I am trying to use serial and spatial correlation structures in a gamm model. g2 <- gamm(sqrt(pp10M.day) ~ s(tempsurf, bs="cr"), data=data, random= list(Station= ~1), correlation=corARMA(form = ~ 1|Station, p =2...

SQL-Interface
Jens Oehlschlägel-Akiyoshi · Oct 4, 1999 · r-help

Can anyone give advice how to interactively exchange data between R and SQL-Databases like DB2, ORACLE, MS-SQL-Server ? If the answer is: 'currently not', this would be information for me as well. I will summarize to the list...

Ops method does not dispatch on either of two classes
Jens Oehlschlägel · Dec 28, 2009 · r-help

I have defined boolean methods for bit and bitwhich objects, for example |.bit <- function(e1,e2) and |.bitwhich <- function(e1,e2) Both methods coerce their arguments to the respective class, however if I do something like bit_obj | bitwhich_obj...

Creating non-overlapping polygons from centroid with known size
Jens Oldeland · May 23, 2010 · r-sig-geo

Dear group, I am looking for a method that allows me to creating non-overlapping polygons from centroids with a known size. I have information on the location of farms in Azerbaijan. All farms have a specific size, but I...

R logo as SVG ?
Jens Elkner · Mar 4, 2010 · r-devel

On Wed, Mar 03, 2010 at 05:42:24PM +0100, Henrik Bengtsson wrote: Hi Henrik, > My Wednesday procrastination: > > There's quite some number of decimals in the SVG and some whitespace, > so some dummy trimming gives: > > x <- readLines("http://developer...

R logo as SVG ?
Jens Elkner · Mar 1, 2010 · r-devel

On Sat, Feb 27, 2010 at 08:23:17PM +0100, baptiste auguie wrote: > You got the first two letters right, but it's actually *Barry*'s work! Oh - sorry, Barry!!! BTW: screenshots I made from my desktop are available via...

AW: [R] make.socket() fails under Windows NT (2nd)
Jens Oehlschlägel-Akiyoshi · Oct 26, 1999 · r-help

Thank you Thomas, it really works and I was blind! >The offending line is > >if (length(port <- as.integer(socket$socket)) != 1) > stop("invalid `socket' argument") > >and socket$socket needs to be changed to x$socket -- Dr. Jens Oehlschl?gel...

DLM - Covariates in the system equation
jens.keller at unisg.ch · Dec 7, 2008 · r-help

Is there a way to add covariates to the system equation in a time-varying approach: Y[t] = F'[t]theta[t] + v[t], v[t] ~ N[0,V] #observation equation theta[t] = theta[t-1] + psi*Z[t] + w...

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