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.

28 results for “from:Uli Flenker; Raum 704”

Error bars on barplots
Uli Flenker; Raum 704 · Sep 8, 1999 · r-help

As I wrote before: This calculates appropriate x-values for grouped barplots, "x" being the matrix of interest. Not elegant but it works. cumsum(array(c(1,rep(0,dim(x)[1]-1)), dim=c(1,length(x))))+0:(length...

MANOVA / Hotelling's Test
Uli Flenker; Raum 704 · Nov 11, 1998 · r-help

Hi everybody ... I have to perform Hotteling's T^2 Test - more generally a MANOVA - on a set of data. Is there a (simple?) possibility to do it in R? The somewhat obvious way to do it would be > summary...

Y-limits of barplots
Uli Flenker; Raum 704 · Mar 25, 1999 · r-help

Hello everybody, I frequently have to produce barplots from variables the natural variation of which is far away from zero. A typical range would be, say from -16 to -28. So, the following example should give an "honest" presentation: x...

heap size trouble
Uli Flenker; Raum 704 · May 30, 2000 · r-help

Karamian, have a look at "help(memory)" ... You can enlarge the memory reserved for R by specifyng the command line arguments "--vsize" and "--nsize". When using ESS, type "C-u M-x R" and ESS will prompt for arguments passed...

Problem with multiple factors in nlme
Uli Flenker; Raum 704 · Dec 8, 2000 · r-help

Sorry; two mistakes in my message: <snip> > When running the example as well as own code (biexponential model > depending on two crossed factors) I receive the following error > message: > > Error: comparison (2) only possible for vector types > The true error...

3D plotting
Uli Flenker; Raum 704 · May 26, 2000 · r-help

Karamian, R provides the possibility of perspective plots, which are one kind of 3D graphics. Look at the documentation for "persp()", or just type "example(persp)". On the other hand there is a extremely powerful software package named "xgobi" which...

PB Mandeville can't be reached
Uli Flenker; Raum 704 · Nov 16, 1998 · r-help

# Peter B. Mandeville kindly offered to send me code for Hotelling's T^2 # Test. Unfortunately there seems to be no route to his machine. # So i'm trying to reach him via the Mailing List. ------------------------------------------------------------------------ Sir, this morning i...

ANOVA "ex post" Analysis
Uli Flenker; Raum 704 · May 5, 1999 · r-help

Hello everybody, shame on me if I have overlooked something (CRAN, StatLib), but I think I've searched carefully. Maybe it's just too obvious to see for me (happens frequently). Is a function available that extracts multiple comparison of...

Problems with "help(topic,offline=T)"
Uli Flenker; Raum 704 · Dec 13, 1999 · r-help

Hello everybody, since I installed R-0.90.0 (Linux 2.0.25) I have problems with generating printable output with 'help()'. Default output to the terminal ('echo $PAGER' gives 'less') works o.k.. When invoking 'help(topic,offline=T...

nlme errors ?
Uli Flenker; Raum 704 · Jul 5, 2000 · r-help

Troels, I think the problem is just that most of the plotting functions of nlme make heavy use of Trellis graphics (See paragraphs "Description", "Form" and so on in help(qqnorm.lme)). Trellis devices are not supported by R. Uli...

GLM available book recommendation
Uli Flenker; Raum 704 · May 4, 2000 · r-help

Ragnar, I had no problems in obtaining the book of Annette Dobson from a local bookstore. It is quite condensed in my opinion and gives a good introduction also for GLM-newbies (like me). A problem will be the weakness...

Occams Razor Was: lm -- significance of x ...
Uli Flenker; Raum 704 · Sep 28, 2000 · r-help

On 28 Sep 2000, Peter Dalgaard BSA wrote: > > PS: Occam of course came from England (and spent his last years in > > Germany). So what I quoted has been translated from english to german and > > vice versa several times; and the...

heap size trouble
Uli Flenker; Raum 704 · May 30, 2000 · r-help

Oooops, its "help(Memory)" not "help(memory)"! ~ Sorry for this ... Uli Flenker Institute of Biochemistry German Sports University Cologne Carl-Diem-Weg 6 50933 Cologne / Germany Phone 0049/0221/4982-493 On Tue, 30 May 2000, Uli Flenker; Raum 704...

ANOVA "ex post" Analysis (fwd)
Uli Flenker; Raum 704 · May 6, 1999 · r-help

We had problems with our mail server. I have no idea whether this message has reached the list or whether there were any replies. So I retry ... ------------------------ Date: Wed, 5 May 1999 16:42:55 +0200 (CEST) From: "Uli Flenker...

Strange behavior using .Fortran
Uli Flenker; Raum 704 · Jul 16, 1999 · r-help

First of all, sorry for sending my stuff twice! Concerning my problems, thanks to Prof Brian Ripley now everything works fine. I really did not read the assumptions of the Fortran code carefully enough. That's when you start to...

filtering lines in a table
Uli Flenker; Raum 704 · Dec 10, 2000 · r-help

Alexandre, "help(boxplot)" among other things says: Usage: ... boxplot.formula(formula, data = NULL, subset, na.action, ...) ... So you can use > boxplot(table$X ~ table$A,subset(table$B==given.value)) Any logical expression should work. Best ... Uli Flenker Institute of...

command history under cursor keys
Uli Flenker; Raum 704 · Jun 13, 2000 · r-help

John, I'm not running R under hpux, but I have the same problem generally with the hpux terminal emulator ("hpterm"). For example I installed a GNU bash on our hpux (with the readline library statically linked) and the arrow...

3d in R
Uli Flenker; Raum 704 · Jul 28, 1999 · r-help

I'm not familiar with S/S+, but I think the "xgobi" software package can do what you want (spin plots, brushing, etc. ...). There is an interface to R as well as to S/S+. The program itself and the...

fromulation of random effects (nlme)
Uli Flenker; Raum 704 · Mar 7, 2001 · r-help

Dear all, I have a problem formulating random effects when using the nlme package. ?nlme says that the random effects can be a formula or a list of formulae. But when trying to do so, I run into trouble. (R...

SOM (Self-organizing map)
Uli Flenker; Raum 704 · Oct 31, 2000 · r-help

Do I remember correctly that SOMs are "self oraganizing maps" and are more or less identical to Kohonen networks? As far as I know there is no R package for that purpose. A widely used - at least in Germany - neural...

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