Re: [R] metaplot

2011-04-08 Thread cheba meier
Mental Health and Neuroscience >> Maastricht University, P.O. Box 616 >> 6200 MD Maastricht, The Netherlands >> Tel: +31 (43) 368-5248 >> Fax: +31 (43) 368-8689 >> Web: http://www.wvbauer.com >> >> -- >> *From:* cheba meier

Re: [R] metaplot

2011-04-08 Thread cheba meier
e Netherlands > Tel: +31 (43) 368-5248 > Fax: +31 (43) 368-8689 > Web: http://www.wvbauer.com > > -- > *From:* cheba meier [cheba.me...@googlemail.com] > *Sent:* Friday, April 08, 2011 11:31 AM > *To:* Viechtbauer Wolfgang (STAT) > > *Cc:*

Re: [R] metaplot

2011-04-08 Thread Viechtbauer Wolfgang (STAT)
AM To: Viechtbauer Wolfgang (STAT) Cc: R-help@r-project.org Subject: Re: [R] metaplot Thank you for your reply. > forest(log(rr), ci.lb<http://ci.lb>=lci, ci.ub=uci, xlab="Log Relative Risk") Error in sei^2 : 'sei' is missing Regards, Cheba 2011/4/7 Viechtbauer Wolfga

Re: [R] metaplot

2011-04-08 Thread cheba meier
> Web: http://www.wvbauer.com > > From: r-help-boun...@r-project.org [r-help-boun...@r-project.org] On > Behalf Of cheba meier [cheba.me...@googlemail.com] > Sent: Thursday, April 07, 2011 4:11 PM > To: Scott Chamberlain > Cc: R-help@r-proje

Re: [R] metaplot

2011-04-07 Thread Viechtbauer Wolfgang (STAT)
n...@r-project.org] On Behalf Of cheba meier [cheba.me...@googlemail.com] Sent: Thursday, April 07, 2011 4:11 PM To: Scott Chamberlain Cc: R-help@r-project.org; tlum...@uw.edu Subject: Re: [R] metaplot Many thanks for your reply! the Package ‘ggplot’ was removed from the CRAN repository. Form

Re: [R] metaplot

2011-04-07 Thread cheba meier
Many thanks for your reply! the Package ‘ggplot’ was removed from the CRAN repository. Formerly available versions can be obtained from the archive(Unfortunately, I am a windows user). The metafor and meta.summaries() still need the (a,b,c,d)

Re: [R] metaplot

2011-04-06 Thread Scott Chamberlain
What about the metafor package? Or just create your own plot. For example, using ggplot2 package: limits <- aes(ymax = OR + (OR - 95%LCI), ymin = OR - (OR - 95%LCI)) ggplot(dataframe, aes(x = Study.Name, y = OR)) + geom_point() + geom_errobar(limits) Best, Scott On Wednesday, April 6, 2011

[R] metaplot

2011-04-06 Thread cheba meier
Dear all, I have a four variable: Stuy.Name, OR, 95%LCI and 95%UCI and I would like to create a meta analysis plot. I can't use meta.MH function in metaplot because I do not have n.trt, n.ctrl, col.trt, col.ctrl are not available! Is there an alternative way to do it? Many thanks in advance, Cheb

Re: [R] metaplot (rmeta)

2010-07-20 Thread Michael Dewey
At 01:11 20/07/2010, Kate Snedeker wrote: Greetings I have been trying to use metaplot to create a forest plot of my meta-analysis results. My data is in the form of ORs, so I've been inputting the ORs as the point estimate (mn) and the SEs of the logORs as the SE (se). However, whilst the

[R] metaplot (rmeta)

2010-07-19 Thread Kate Snedeker
Greetings I have been trying to use metaplot to create a forest plot of my meta-analysis results. My data is in the form of ORs, so I've been inputting the ORs as the point estimate (mn) and the SEs of the logORs as the SE (se). However, whilst the point estimates appear to be displayed prope

Re: [R] Metaplot Axis Annotation

2009-11-22 Thread Uwe Ligges
Ishwar Bridgelal wrote: Hello, We are looking to adjust the font size of the axis annotation on the graph that results from use of the metaplot() function. Metaplot seems to respond to cex and cex.lab to change those graphical parameters, but it doesn't respond to cex.axis. Is there a way to w

[R] Metaplot Axis Annotation

2009-11-21 Thread Ishwar Bridgelal
Hello, We are looking to adjust the font size of the axis annotation on the graph that results from use of the metaplot() function. Metaplot seems to respond to cex and cex.lab to change those graphical parameters, but it doesn't respond to cex.axis. Is there a way to work around this by creating

Re: [R] metaplot in rmeta: y-axis disappears

2009-08-14 Thread Roaman
Thanks! Now it works. Roman -- View this message in context: http://www.nabble.com/metaplot-in-rmeta%3A-y-axis-disappears-tp24917401p24968707.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://s

Re: [R] metaplot in rmeta: y-axis disappears

2009-08-12 Thread David Scott
Roaman wrote: Thank you, the x-axis includes zero, but even, when I try to plot it not including zero, the y-axis kepps disappearing. One can't even add the axis afterwards! Here is an example: library(rmeta) set.seed(123) # simulated data: theta <- 0.5 sds <- runif(50,0.8,8) b <

Re: [R] metaplot in rmeta: y-axis disappears

2009-08-12 Thread Roaman
Thank you, the x-axis includes zero, but even, when I try to plot it not including zero, the y-axis keeps disappearing. One can't even add the axis afterwards! Here is an example: library(rmeta) set.seed(123) # simulated data: theta <- 0.5 sds <- runif(50,0.8,8) b <- rnorm(50,0,0.

Re: [R] metaplot in rmeta: y-axis disappears

2009-08-11 Thread David Scott
Roaman wrote: Hi, I have a problem with the metaplot-function in rmeta. After plotting a Forest Plot with "metaplot", no y-axis is shown for normal plots anymore. Does someone know, why this is and how I can solve it? Thank you in advance! Kind regards, Roman This is a guess, because we

[R] metaplot in rmeta: y-axis disappears

2009-08-11 Thread Roaman
Hi, I have a problem with the metaplot-function in rmeta. After plotting a Forest Plot with "metaplot", no y-axis is shown for normal plots anymore. Does someone know, why this is and how I can solve it? Thank you in advance! Kind regards, Roman -- View this message in context: http://www.n