[R] problems with function-formating, please help

2005-08-06 Thread Joerg Burmester
please help me. since 2 days i have tried desperately to find desperately a solution for the following problem: i have an array of 3 different vectors like: > clustertransformationstabelle[,15:17] x1x2x3 1 0.6270023 0.2464946 0.5074781 2 0.5629291 0.17838

[R] qq.loglogistic

2005-08-06 Thread Petr Mandys
Hi, is there any similar function in R to S function qq.loglogistic, which produces a Q-Q plot? Thanks a lot Pete __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-pro

Re: [R] problems with function-formating, please help

2005-08-06 Thread Duncan Murdoch
Joerg Burmester wrote: > please help me. > > since 2 days i have tried desperately to find desperately a solution for the > following problem: > > i have an array of 3 different vectors like: > > >>clustertransformationstabelle[,15:17] > > x1x2x3 > 1 0.6

Re: [R] High resolution plots

2005-08-06 Thread Knut Krueger
Knut Krueger schrieb: >Is there any possibility to get high resolution plots in a windows xp >system? >I tried it with the device function png(filename = >"c:/r/highresplot%d.png",pointsize=12, res=900) >but when I try to set: width = 480, height = 480 or pointsize = 12, >the text is not sc

Re: [R] High resolution plots

2005-08-06 Thread Forum Replies
Prof Brian Ripley schrieb: >>> >>> >>the wmf command but there is nothing to find with help.search("wmf") >> >> > >Searching for acronyms is not usually a good idea. Searching for >`metafile' should work (on Windows). > >Note that R can produce Windows metafiles only on Windows, whic

Re: [R] High resolution plots

2005-08-06 Thread Knut Krueger
Prof Brian Ripley schrieb: >>> >>> >>the wmf command but there is nothing to find with help.search("wmf") >> >> > >Searching for acronyms is not usually a good idea. Searching for >`metafile' should work (on Windows). > >Note that R can produce Windows metafiles only on Windows, whic

Re: [R] Latex error with Sweave example

2005-08-06 Thread Uwe Ligges
I do not think that the file specification in \usepackage{C:/PROGRA~1/R/rw2011/share/texmf/Sweave} is supported Rather use \usepackage{Sweave} and put Sweave.sty somewhere in the search path of LaTeX (either in some of its directories - do not forget to 'texhash' - or in the local direc

Re: [R] use of NA's

2005-08-06 Thread Kjetil Brinchmann Halvorsen
Robert Kinley wrote: >with NAs it's always safest to use the construction > >if(is.na(foo)) > >rather than > >if(foo==NA) > >cheers Bob Kinley > > > > And if it is not clear why, try: > NA == NA [1] NA > Kjetil >tom wright <[EMAIL PROTECTED]> >Sent by: [EMAIL PROTECTED] >05/08/2

[R] Archive Search on R Help Mailing List Help

2005-08-06 Thread White, Charles E WRAIR-Wash DC
The link to the search engine at the University of Newcastle, Australia doesn't seem to be working. Is there someone who can either update the link or indicate when the service may be back? Thanks. Chuck __ R-help@stat.math.ethz.ch mailing list http

[R] gnomeGUI on FC4

2005-08-06 Thread White, Charles E WRAIR-Wash DC
It seems nice that R is part of the 'walled garden' of applications specifically configured to run under Fedora Core 4 (Linux). The gnomeGUI has a separate installation routine under FC4 and yum tells me it's installed. I've even found an executable for it in /usr/lib/R/bin/exec. However, as far

Re: [R] gnomeGUI on FC4

2005-08-06 Thread Prof Brian Ripley
On Sat, 6 Aug 2005, White, Charles E WRAIR-Wash DC wrote: > It seems nice that R is part of the 'walled garden' of applications > specifically configured to run under Fedora Core 4 (Linux). The gnomeGUI > has a separate installation routine under FC4 and yum tells me it's > installed. I've even

Re: [R] Archive Search on R Help Mailing List Help

2005-08-06 Thread Francisco J. Zagmutt
Try accesing http://search.r-project.org/ directly or within R using RSiteSearch(utils). It is not the same site that you are asking for but you will find very useful information there (including a link to Robert King's archives). Francisco >From: "White, Charles E WRAIR-Wash DC" <[EMAIL PR

[R] help regarding functions & loops

2005-08-06 Thread Rangesh Kunnavakkam
I am new to R,so excuse me if its too basic. I have a vector of scores S= {s1,s2,s3,sn} n could be very large. I want to find p-value for each score and I have the formula pvalue= 1-exp(-exp(S)) so any ideas how to get this new vector P={p1,p

[R] Bold-face axes with Boxplot

2005-08-06 Thread Jim Brindle
I am wondering if someone could cast some the box plot function. I have been having trouble manipulating boxplot to display the x & y axes in bold. I had the same problem with the x & y labels but managed to get around that with the "mtext" function. The below code is what I have thus far

Re: [R] Using nonlinear regression

2005-08-06 Thread Spencer Graves
Is there some reason you don't want to use maximum likelihood? With the 2-parameter lognormal and no censored observations, the maximum likelihood estimates (MLEs) are just the mean and standard deviation of the logs. See ?fitdistr in library(MASS). If you really want nonl

Re: [R] help regarding functions & loops

2005-08-06 Thread Sean O'Riordain
Hi Rangesh, Perhaps I mis-understand your question, but it could be as simple as... p <- 1-exp(-exp(s)) In R, this is vectorized such that a new vector is calculated - one value for each value of s, so p will have the same length as s. In the "Introduction to R" read up on vectors and how to av

Re: [R] Odd timing behaviour in reading a file

2005-08-06 Thread Glenn.Stone
Thanks, very helpful. Is there some way to adjust those GC triggers in advance? -Original Message- From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] Sent: Thu 8/4/2005 4:15 PM To: Stone, Glenn (CMIS, North Ryde) Cc: r-help@stat.math.ethz.ch Subject:Re: [R] Odd timing

Re: [R] some thoughts on outlier detection, need help!

2005-08-06 Thread Spencer Graves
I'm not certain what you are asking. PLEASE do read the posting guide! "http://www.R-project.org/posting-guide.html";. If you formulate your question in terms of a simple example, showing where you got stuck as suggested in the posting guide, it might help others understand your que

Re: [R] exact goodness-of-fit test

2005-08-06 Thread Spencer Graves
I don't know of an existing R function to do this. However, it should not be too hard, especially if I had only one with the numbers you gave. I'd compute the observed chi-square, then construct a series of 4 nested "for" loops to generate all 5969040 = 22!/(15! 0! 3! 4!) possible o

Re: [R] p-values

2005-08-06 Thread Spencer Graves
Hi, Peter: Please see my reply of a few minutes ago subject: exact goodness-of-fit test. I don't know Rayner and Best, but the same method, I think, should apply. spencer graves Peter Ho wrote: > HI R-users, > > I am trying to repeat an example from Rayner and Best "A contingency

Re: [R] Latex error with Sweave example

2005-08-06 Thread sosman
sosman wrote: > I created a tex file following the example in the Sweave help which > produced the following files in my working directory. [snip] Thanks for the replies - I have worked around the problem by running latex on my Fedora machine. I will leave getting MiKTeX running to a rainy day

Re: [R] Odd timing behaviour in reading a file

2005-08-06 Thread Prof Brian Ripley
On Sun, 7 Aug 2005 [EMAIL PROTECTED] wrote: > Thanks, very helpful. > > Is there some way to adjust those GC triggers in advance? Almost: that is what the statrtup flags such as --min-vsize help do. > -Original Message- > From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] > Sent: Thu 8/4/