An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20051019/6568c90a/attachment.pl
forrest plot
7 messages · Michela Ballardini, Thomas Friedrichsmeier, Romain Francois +2 more
Hello, 2005/10/19, Michela Ballardini <m.ballardini at ior-forli.it>:
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/metaplot.html regards Thomas
Le 19.10.2005 13:56, Thomas SchÂönhoff a Âécrit :
Hello, 2005/10/19, Michela Ballardini <m.ballardini at ior-forli.it>:
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/metaplot.html regards Thomas
Hello Thomas, Pretty interresting. You just pointed to a good candidate for r graph gallery. A 3D plot of that kind can be done with the scatterplot3d package. See Figure 5 page 14 of : Ligges, U., and Maechler, M. (2003): Scatterplot3d – an R Package for Visualizing Multivariate Data. /Journal of Statistical Software/ 8(11), 1–20. http://www.jstatsoft.org/ Romain
visit the R Graph Gallery : http://addictedtor.free.fr/graphiques ~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ ~~~~~~ Romain FRANCOIS - http://addictedtor.free.fr ~~~~~~ ~~~~ Etudiant ISUP - CS3 - Industrie et Services ~~~~ ~~ http://www.isup.cicrp.jussieu.fr/ ~~ ~~~~ Stagiaire INRIA Futurs - Equipe SELECT ~~~~ ~~~~~~ http://www.inria.fr/recherche/equipes/select.fr.html ~~~~~~ ~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
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 <m.ballardini at ior-forli.it>:
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 software available?
Maybe this will help you to find an answer: http://finzi.psych.upenn.edu/R/library/rmeta/html/metaplot.html regards Thomas
Hello Thomas, Pretty interresting. You just pointed to a good candidate for r graph gallery. (..)
Included. I just added : R> par(lend="square") so it is nicer. Maybe a change to make in the function code ? Romain
visit the R Graph Gallery : http://addictedtor.free.fr/graphiques ~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ ~~~~~~ Romain FRANCOIS - http://addictedtor.free.fr ~~~~~~ ~~~~ Etudiant ISUP - CS3 - Industrie et Services ~~~~ ~~ http://www.isup.cicrp.jussieu.fr/ ~~ ~~~~ Stagiaire INRIA Futurs - Equipe SELECT ~~~~ ~~~~~~ http://www.inria.fr/recherche/equipes/select.fr.html ~~~~~~ ~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
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. The other meta-analysis package also has a forest-plot function. Incidentally, I was just motivated to track down whether it is "Forrest" or "forest" [ie for\^et], as I had assumed. Both spellings appear on meta-analyses, even in the top medical journals (which, unlike most academic journals, have moderately aggresive copy-editors). A feedback archive for the Cochrane Collaboration style guide says "The plot was not called a forest plot in print for some time, and the origins of this title are obscured by history and myth. At the September 1990 meeting of the breast cancer overview, Richard Peto jokingly mentioned the the plot was named after the breast cancer researcher Pat Forrest, and, at times, the names has been spelt forrest plot. However, the phrase actually originates from the idea that the typical plot appears as a forest of lines. Lewis S, Clarke M. Forest plots: trying to see the wood and the trees. BMJ 2001;322:1479-80." -thomas Thomas Lumley Assoc. Professor, Biostatistics tlumley at u.washington.edu University of Washington, Seattle
Excuse me, but I can't use your commands because I have R 2.2.0 and I haven't rmeta package. I don't try rmeta in R 2.2.0, can you tell me how can I do? Thank you Michela ----- Original Message ----- From: "Thomas Sch??nhoff" <tschoenhoff at gmail.com> To: <r-help at stat.math.ethz.ch> Sent: Wednesday, October 19, 2005 1:56 PM Subject: Re: [R] forrest plot
Hello, 2005/10/19, Michela Ballardini <m.ballardini at ior-forli.it>:
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/metaplot.html regards Thomas
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Hi As far as I can see rmeta package is available for download via CRAN. So what you have to do is download a package, install it to appropriate directory and make it available by library(rmeta). And maybe you find useful also download "An introduction to R" or other basic documentation and read it. HTH Petr
On 20 Oct 2005 at 10:40, Michela Ballardini wrote:
From: "Michela Ballardini" <m.ballardini at ior-forli.it> To: Thomas Sch??nhoff <tschoenhoff at gmail.com>, <r-help at stat.math.ethz.ch> Date sent: Thu, 20 Oct 2005 10:40:27 +0200 Subject: Re: [R] forrest plot
Excuse me, but I can't use your commands because I have R 2.2.0 and I haven't rmeta package. I don't try rmeta in R 2.2.0, can you tell me how can I do? Thank you Michela ----- Original Message ----- From: "Thomas Sch??nhoff" <tschoenhoff at gmail.com> To: <r-help at stat.math.ethz.ch> Sent: Wednesday, October 19, 2005 1:56 PM Subject: Re: [R] forrest plot
Hello, 2005/10/19, Michela Ballardini <m.ballardini at ior-forli.it>:
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/metaplot.html regards Thomas
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Petr Pikal petr.pikal at precheza.cz