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 Oehlschl?gel Version: 2.9.2 OS: Win32 Submission from: (NULL) (85.181.152.156) # Obviously an empty basename is allowed (if the filepath is a pure path) > basename("/") [1] "" # but here we get the dot from...
Dear all, Will R run under Win2000 or is it safer to stay with NT4.0 for a while? Regards -- Dr. Jens Oehlschl?gel Analyse BBDO InterOne Gr?nstr. 15 40212 D?sseldorf Tel.: +49 (0)211 1379-187 Fax...
Hi all, in the optim() function there is no control over the size of the initial simplex for the Nelder-Mead algorithm. Two years ago Ben Bolker suggested to include an additional control parameter to allow more flexibility in this...
- sorry the previous mail went out by accidentaly hitting a key, here is the end - .. please rethink, if there is any way to get that fixed. I mean, do we really have to expect S+ code to break, because it...
Dear all, to avoid reinventing the wheel: has anyone included compression algorithms into his library? Best NEW EMAIL jens.oehlschlaegel at bbdo-interone.de -- Dr. Jens Oehlschl?gel Analyse BBDO InterOne Gr?nstr. 15 40212 D?sseldorf Tel.: +49 (0...
Daniel, Thanks for answering. > your AIC is monotonic increasing That was the reason I suspected something is wrong, but what? Either the way I calculate the number of estimiated parameters? Or the (scale of the) Likelihood itself? > Have you tried...
>...but sas.get also requires that you have a version of SAS around, so >you're not significantly worse off with R. In fact, you're better off >if you have an XPORT file but no SAS! I wasn't...
Version 1.6.2 of CoCo is now available from http://www.jbs.agrsci.dk/Biometry/Software-Datasets/CoCo/CoCo.1.6 and soon also from http://www.math.auc.dk/gr/material/CoCo/ . A first draft to manual pages...
And here is a second solution, that differs in what happens if the variables have differing lengths: > var1 <- 1:4 > var2 <- 1:3 > sapply(ls(patt="^var[0-9]"), get) $var1 [1] 1 2 3 4 $var2 [1] 1 2...
>There are examples of how to do this in help(text) and help(legend). >There used to be a description in doc/plotmath.tex,but it seems to have >moved. I think some description is now in the Extension Writer...
Does anyone know about functions for calculating Somer's D in R? Perhaps even a version for censored values, like the two functions in hmisc? Thanks for any pointers -- Dr. Jens Oehlschl?gel-Akiyoshi MD FACTORY GmbH Bayerstrasse 21 80335...
Hello All - Any recommendations or suggestions for neat ways to visualize data taken from a 3-axis accelerometer? My study species is aquatic, so I would be interested in movement in the 3 dimensions in addition to being able to...
Dear R-experts, I just tracked down a nasty bug in a dynamically parametrized function to wrong argument matching. As we get more and more complex applications build on top of R (like bioconductor) partial matching gets more and more...
Dear all, I try to submit a library to CRAN but can't overcome the last R CMD CHECK. Can someone enlighten me how to put the \usage{} section for an S3-Method extractor defined as > args(get("[.refdata")) function...
Duncan, > One way is to make bit depend on a particular version of ff. That may > cause a deadlock if both are being updated at once, but I think CRAN > should be able to deal with it if they are...
On 26.09.2017 23:08, Hadley Wickham wrote: > I'm not sure that democracy works for programming language design. Agree. The obstacle I hope to overcome by voting is not missing agreement on the fact of inconsistent design, the...
What is it "Package bundles" and 1.9.0 (alpha) ? 'Rcmd check Bundle' aborts with: Error: cannot open file '.../Bundle.Rcheck/Package/R/Package' for reading In ".../Bundle.Rcheck/" the packages of the bundle are "merged" into a single "package...
What is it "Package bundles" and 1.9.0 (alpha) ? 'Rcmd check Bundle' aborts with: Error: cannot open file '.../Bundle.Rcheck/Package/R/Package' for reading In ".../Bundle.Rcheck/" the packages of the bundle are "merged" into a single "package...
downunder <larsfromspace at web.de> writes: > Hi all. > > I need some help computing multidimensional pvalues of a multivariate data > set. > > chisq.test(x[,1],x[,2])$p.value > > i need a command or loop that creates me a vector or...
>I need to append columns to the data.>What is the best way of doing this? In "normal R" i would use cbind,>or similar. I looked around, but couldn't find anything. Something>like Assuming you have for each...
Can't find what you're looking for? Try searching with Google .