[R] forrest plot

2005-10-19 Thread Michela Ballardini
Hi, can you tel me how can I make a Forrest Plot with R? It is possible and easy or are there a more practical free software available? Than you Mic [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.e

[R] forrest plot

2005-10-20 Thread Michela Ballardini
Hello I'm trying to plot hazard risk values using the function metaplot with the specifications: metaplot(mn=c(-0.28174,-0.71444,-0.12375,-0.12426,-0.30011,-0.45058,-0.07324),se=c(0.20766,0.42691,0.26366,0.30357,0.31819,0.28636,0.37758),xlab="HR and 95%CI",logeffect=T,xaxt="n") axis(side=1,a

[R] forrest plot

2005-10-20 Thread Michela Ballardini
Hello I'm trying to plot hazard risk values using the function metaplot with the specifications: metaplot(mn=c(-0.28174,-0.71444,-0.12375,-0.12426,-0.30011,-0.45058,-0.07324),se=c(0.20766,0.42691,0.26366,0.30357,0.31819,0.28636,0.37758),xlab="HR and 95%CI",logeffect=T,xaxt="n") axis(side=1,a

Re: [R] forrest plot

2005-10-19 Thread Thomas Schönhoff
Hello, 2005/10/19, Michela Ballardini <[EMAIL PROTECTED]>: > Hi, > > can you tel me how can I make a Forrest Plot with R? > It is possible and easy or are there a more practical free software available? Maybe this will help you to find an answer: http://finzi.psych.upenn.edu/R/library/rmeta/html

Re: [R] forrest plot

2005-10-19 Thread Romain Francois
Le 19.10.2005 13:56, Thomas Schönhoff a écrit : >Hello, > >2005/10/19, Michela Ballardini <[EMAIL PROTECTED]>: > > >>Hi, >> >>can you tel me how can I make a Forrest Plot with R? >>It is possible and easy or are there a more practical free software available? >> >> > >Maybe this will help yo

Re: [R] forrest plot

2005-10-19 Thread Romain Francois
Le 19.10.2005 15:11, Romain Francois a écrit : >Le 19.10.2005 13:56, Thomas Schönhoff a écrit : > >>Hello, >> >>2005/10/19, Michela Ballardini <[EMAIL PROTECTED]>: >> >>>i, >>> >>>can you tel me how can I make a Forrest Plot with R? >>>It is possible and easy or are there a more practical free sof

Re: [R] forrest plot

2005-10-19 Thread Thomas Lumley
On Wed, 19 Oct 2005, Romain Francois wrote: > Pretty interresting. You just pointed to a good candidate for r graph > gallery. There is an example on the R home page, and has been for some time. I have an improved version based on grid code by Paul Murrell, but it's not on a nearby computer. Th

Re: [R] forrest plot

2005-10-20 Thread Michela Ballardini
esday, October 19, 2005 1:56 PM Subject: Re: [R] forrest plot > Hello, > > 2005/10/19, Michela Ballardini <[EMAIL PROTECTED]>: >> Hi, >> >> can you tel me how can I make a Forrest Plot with R? >> It is possible and easy or are there a more practical free

Re: [R] forrest plot

2005-10-20 Thread Michela Ballardini
I just resolve the problem. Thank you and sorry Mic - Original Message - From: "Michela Ballardini" <[EMAIL PROTECTED]> To: "Thomas Schönhoff" <[EMAIL PROTECTED]>; Sent: Thursday, October 20, 2005 10:40 AM Subject: Re: [R] forrest plot > Excus

Re: [R] forrest plot

2005-10-20 Thread Petr Pikal
inal Message - > From: "Thomas Schönhoff" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, October 19, 2005 1:56 PM > Subject: Re: [R] forrest plot > > > > Hello, > > > > 2005/10/19, Michela Ballardini <[EMAIL PROTECTED]>: > &

Re: [R] forrest plot

2005-10-20 Thread Robert Baer
ED]> To: Sent: Thursday, October 20, 2005 8:55 AM Subject: [R] forrest plot Hello I'm trying to plot hazard risk values using the function metaplot with the specifications: metaplot(mn=c(-0.28174,-0.71444,-0.12375,-0.12426,-0.30011,-0.45058,-0.07324 ),se=c(0.20766,0.42691,0.26366,0.30357

Re: [R] forrest plot

2005-10-20 Thread Thomas Lumley
metaplot() will not currently do asymmetric confidence intervals, which seems to be what you want. I'm making a revised version based on Paul Murrell's grid example at http://www.stat.auckland.ac.nz/~paul/RGraphics/examples-table.png which will be more flexible. -thomas On Thu, 20

Re: [R] forrest plot

2005-10-21 Thread Michela Ballardini
OTECTED]> Cc: Sent: Thursday, October 20, 2005 8:19 PM Subject: Re: [R] forrest plot metaplot() will not currently do asymmetric confidence intervals, which seems to be what you want. I'm making a revised version based on Paul Murrell's grid example at http://www.stat.auckland.ac.n