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