An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090210/7bf44523/attachment-0001.pl>
forestplot
4 messages · Marino, Mark, Uwe Ligges, Thomas Lumley
Marino, Mark wrote:
Dear R users, Is there any way to control the size of the box around the mean when creating a Forest plot using the forestplot function?
Hmmmm, > forestplot Error: object 'forestplot' not found > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. Uwe Ligges
regards Mark Mark T. Marino, MD VP, Early Clinical Development Mannkind Corp. 61 S. Paramus Road Paramus, NJ 07652 201-983-5238 Office 203-512-4008 Cell mmarino at mannkindcorp.com [[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
On Tue, 10 Feb 2009, Marino, Mark wrote:
Dear R users, Is there any way to control the size of the box around the mean when creating a Forest plot using the forestplot function?
No. If you want to customize further, you are probably better off starting with less general code. The basic structure is example 1.8 from Paul Murrell's book, code at http://www.stat.auckland.ac.nz/~paul/RGraphics/chapter1.html -thomas Thomas Lumley Assoc. Professor, Biostatistics tlumley at u.washington.edu University of Washington, Seattle
Thanks, I was able to get what I wanted done by modifying the code, but I will consider writing my own based upon your suggestion. Mark Mark T. Marino, MD VP, Early Clinical Development Mannkind Corp. 61 S. Paramus Road Paramus, NJ 07652 201-983-5238 Office 203-512-4008 Cell mmarino at mannkindcorp.com -----Original Message----- From: Thomas Lumley [mailto:tlumley at u.washington.edu] Sent: Wednesday, February 11, 2009 5:40 AM To: Marino, Mark Cc: r-help at r-project.org Subject: Re: [R] forestplot
On Tue, 10 Feb 2009, Marino, Mark wrote:
Dear R users, Is there any way to control the size of the box around the mean when creating a Forest plot using the forestplot function?
No. If you want to customize further, you are probably better off starting with less general code. The basic structure is example 1.8 from Paul Murrell's book, code at http://www.stat.auckland.ac.nz/~paul/RGraphics/chapter1.html -thomas Thomas Lumley Assoc. Professor, Biostatistics tlumley at u.washington.edu University of Washington, Seattle