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.

246 results for “from:sven”

Sys.readlink (on BSD vs Linux)
Sven Templer · Feb 29, 2016 · r-devel

> On 29 Feb 2016, at 11:59, Sven Templer <sven.templer at gmail.com> wrote: > > Also, I think the readlink.h imported to R to be the same as from the system's `readlink` command, thus mimicking the command line...

checking whether 'INDEX' is up-to-date ... NO
Sven E. Templer · Jul 11, 2014 · r-devel

Dear List, does the warning "checking whether 'INDEX' is up-to-date ... NO" while building a package appear due to missing definitions of functions that are in the NAMESPACE but not INDEX file? Do there also exist other causes (for...

Problem with readHTMLTable
Sven D · May 27, 2012 · r-help

Thanks Michael, thanks Arun, silly enough, I actually had to restart the whole thing. And the function now performs pretty well. Many thanks Sven -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-readHTMLTable-tp4631439p4631498.html...

Dynamic Dictionary Data Type?
Sven C. Koehler · Jun 2, 2005 · r-help

Hello! I have an algorithm which performs lengthy operations and I would like to cache results. Other languages usually offer a dictionary data type which I can use as an efficient way to dynamically cache already calculated results - what's...

Welch-JM-Test or Brown-Forsythe-Test in R?
Sven Hartenstein · Jun 21, 2004 · r-help

Hi, I want to test mean differences of > 2 groups with heterogenous variances and wonder whether Welch-JM-Test and/or Brown-Forsythe-Test are available in R. (These two are the ones I found in the literature and SPSS...

RGL and Windows 7
Sven Wagner · Oct 1, 2010 · r-help

Thanks, but your suggestions don't solve the problem. Though, the plot is storable via the rgl.postscript command, but this increases computation time and memory requirements. -- View this message in context: http://r.789695.n4.nabble.com/RGL-and...

multidimensional list
Sven Garbade · May 23, 2001 · r-help

Hi all, is it possible to create a multidemensional list? Haven't found anything in the list() help page. Thanks, Sven -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help...

Covarianz matrix from an aov model
Sven Garbade · Jun 24, 2002 · r-help

Hi all, how can I extract the covariance matrix from an object of class aov? Thanks, Sven -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in...

extracting p-value of aov F-statistic
Sven Hartenstein · Jun 14, 2004 · r-help

Hi, I would like to extract the p-value of the F-statistic of a aov-object's summary. Getting the p-value is so easy with t-tests (t.test(g1, y = g2, var.equal = FALSE)$p.value), but...

Extract node names from BinaryTree in package party
Sven Garbade · Nov 1, 2010 · r-help

Hi there, I need to extract the variable names from all nodes (except the terminal nodes) from a ctree object, e.g. library(party) mammoct <- ctree(ME ~ ., data = mammoexp) plot(mammoct) how can I extract the varnames from node 1...

Help with this web scrape function
Sven D · Jun 2, 2012 · r-help

Would like to see this at the top again, as I think it did not get pick up when I posted it initially. Apologies, last try. -- View this message in context: http://r.789695.n4.nabble.com/Help-with-this...

Zero Inflated Poisson
Sven Adler · Mar 11, 2009 · r-sig-geo

Dear all, I want to model bird distribution at see. The data consists 10000 samples but 90% are zeros. I try first a gamm (mgcv)with quasipoisson but it might bee problematic with so many zeros. I look for a...

evaluating keystroke
Sven Garbade · Jul 24, 2001 · r-help

Hi all, is it possible that a R function wait for a keystroke (as the demo() function do) and evaluate the pressed key? Thanks, Sven -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ...

Line length in legend
Sven Garbade · Mar 5, 2004 · r-help

Hi all, is it posible to alter the length of the lines in the legend() function? I think they are a little bit to short, so I changed the default value of seg.len from 2 to 6. But maybe...

can't understand "R"
Sven C. Koehler · Sep 21, 2004 · r-help

On Tue, Sep 21, 2004 at 09:34:23AM +0200, Thomas Sch??nhoff wrote: > BTW, can anybody recommend a book on "S/R and data mining"? Try this one, it's not finished but yet available for free: ``Data Mining...

Welch-JM-Test or Brown-Forsythe-Test in R?
Sven Hartenstein · Jun 21, 2004 · r-help

Hi, * "Wiener, Matthew" <matthew_wiener at merck.com> writes: > Does oneway.test do what you want? Yes, guess so. Thank you! BTW, how could I have found this without asking? I only found lm(), aov() when googling, and in the...

cov.unscaled in gls object
Sven Garbade · Aug 14, 2007 · r-help

Hi list, can I extract the cov.unscaled ("the unscaled covariance matrix") from a gls fit (package nlme), like with summary.lm? Background: In a fixed effect meta analysis regression the standard errors of the coefficients can be computed as...

box() and hist()
Sven Garbade · Oct 25, 2004 · r-help

Hi, does anybody know why the following is not working: > hist(rnorm(200)) > box(bty="o") gives me a box without rounded corners. System: > R.Version() $platform [1] "i386-pc-mingw32" $arch [1] "i386" $os [1] "mingw32" $system [1] "i386...

Greenhouse-Geisser epsilon correction
Sven Garbade · Dec 14, 2001 · r-help

Hi, I've looked in the mailing list archives and found some questions related to Greenhouse-Geisser epsilon correction. Are there any packages providing that? Thanks, Sven -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R...

Extracting p values from object of class `"pairwise.htest"'
Sven Garbade · Oct 10, 2002 · r-help

Hi, can I extract the p-values after a pairwise comparision with pairwise.t.test()? The object of class "pairwise.htest". Thanks, Sven -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send...

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