Displaying 20 results from an estimated 1200 matches similar to: "metaplot in rmeta: y-axis disappears"
2008 May 28
2
rmeta package: metaplot or forestplot of meta-analysis under DSL (ramdon) model
Dear all,
I could not draw a forest plot for meta-analysis under ramdon models using the rmeta package. The rmeta has a default function for MH (fixed-effect) model. Has the rmeta package been updated for such a function? Or someone revised it and kept a private code?
I would appreciate it if you could provide some information on this question.
Thanks,
Andrew
This email is intended
2006 Apr 24
1
rmeta: forest plot problem
Der useRs,
I'm working on meta analysis using rmeta package. Using code below I
plot the forest plot:
library(rmeta)
data (catheter)
a<-meta.MH (n.trt, n.ctrl, col.trt, col.ctrl, data=catheter, names=Name,
subset=c(13,6,5,3,7,12,4,11,1,8,10,2))
summary(a) # odds ratio values and confidence intervals
metaplot(a$logOR, a$selogOR, nn=a$selogOR^-2,a$names, summn=a$logMH,
sumse=a$selogMH,
2009 Jun 29
1
Meta-Analysis: Metaplot Labels, SE, and Summary
Hello,
I'm ashamed to admit that I'm an R and meta-analysis neophyte just when my
colleagues and I are attempting to run R for that latter purpose. We would
like to construct a graph of the 95% confidence intervals of odds ratios
(inverse odds ratios, actually). We are using the metaplot() function in the
"rmeta" package. While we can construct a basic plot, we cannot configure
2010 Jul 20
1
metaplot (rmeta)
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 properly, many of the confidence intervals go below zero (not possible for an OR, as far as I know).
I
2009 Nov 22
1
Metaplot Axis Annotation
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 a
customized x-axis, and if so, how?
Thanks for all your help. Syntax is below.
Best,
Dawn
2004 Jan 06
1
help on rmeta
Hello
I'm trying to plot hazard risk values using the function metaplot with
the specifications:
> metaplot(HR,SE,W,labels=row.names(lc),xlab="Hazard
Ratio",ylab="Covariates",
logeffect=TRUE,logticks=FALSE,colors=meta.colors(box="black",lines="dark
gray",zero="darkgray"),cex=1.5,cex.lab=1.5,font=3)
However, in the plot the x axis
2006 Nov 16
3
Newbie problem ... Forest plot
Hello!
I have some data stored into 2 separate csv file. 1 file (called A.csv) (12 results named Group1, Group2, Group3, etc...) odds ratios, 2 file (called B.csv) 12 corresponded errors.
How to import that data into R and make forest plot like I saw inside help file Rmeta and meta with included different font colors and names trough X and Y axis.
I know for meta libb
...
out <-
2006 Aug 24
1
metaplot and meta.summaries
Hello,
After looking through the archive and documentation for quite some time, I'd be very happy
about some help with metaplot and meta.summaries.
metaplot:
---------
Can I change the label size? I've got 126 values and the intersection of the labels makes
it impossible to read them.
Why do I have to give sumse (Standard Error) and sumnn (Precision) of the summary
estimate? I can
2008 Aug 25
5
How to do a meta-analysis plot
Dear R-list,
I'd like to do a meta-analysis plot similar to
install.packages('rmeta')
require(rmeta)
data(catheter)
a <- meta.MH(n.trt, n.ctrl, col.trt, col.ctrl, data=catheter,
names=Name, subset=c(13,6,5,3,7,12,4,11,1,8,10,2))
summary(a)
plot(a)
(see attached file) by using my own OR (Odds Ratio) and 95% Confidence
Interval data set, which looks like
2005 Oct 19
6
forrest plot
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]]
2011 Apr 06
1
metaplot
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,
Cheba
[[alternative HTML version deleted]]
2012 Oct 15
1
library(rmeta)
Hello,
I have a data with following format:
Predictors n11 n12 n21 n22 Odds.Ratio log.ratio se.log.odds.
1 ProcOR respirato
2 ProcVaric vein
3 DiagCardiac anom
4 DiagAllergy
5 DiagOth skin dx
6 DiagGastritis
I want to plot odds ratio by command: forestplot in rmeta library, but I get the following error constantly.
Error in
2004 Jul 22
0
RE: Comparison of correlation coefficients - Details
Dear Ioannis
Thank you very much for pointing me to meta-analysis. Although it
may not solve my problem with the normalization, it gives me some
other options to display the different correlation coefficients.
One possibility is the use of Funnel plots, which are even available
in library(rmeta). Another possibility is the use of forest-plots,
as implemented in rmeta as metaplot. Sorrowly,
2009 Aug 18
1
combined value in forestplot function
Hi,
How is the combined value (displayed by a diamond on the forest plot) of a meta-analysis illustrated by a forest plot calculated? The applied method and all calculation details are welcome.
Thanks
Carol
[[alternative HTML version deleted]]
2006 Oct 20
2
Forest plot
Has anyone developed a function to generate a forest plot, the one used
a lot in meta-analysis?
Joseph F. Lucke, PhD
Biostatistician
Center for Clinical Research and Evidence-based Medicine
Department of Pediatrics
School of Medicine
University of Texas Health Science Center at Houston
Voice: 713-500-5651
Email: Joseph.F.Lucke@uth.tmc.edu
Postal Mail: PO Box 20708, Houston, TX 77225-0708
2009 Jul 28
5
Summarising Data for Forrest Plots
I tried to post this a few times last week and it seems to have got stuck somehow so I'm trying from a different email in the hope that works. If somehow this has appeared on the list 20 tiems and I never saw any of them I apologize ;-)
I'm basically an R-newbie. But I am VERY computer literate. But this has me stumped...
All the examples for using the rmeta package to create a
2012 May 02
1
Forestplot question
Hi,
I'm trying to build a Forest Plot using the second and fourth columns in
the table (test.csv) below. My code is the following:
curated <- data.frame("test.csv")
tmp <- curated$coef
tmp1 <- curated$se_coef
plt <- metaplot(tmp, tmp1, xlim = c(-.45, .45))
I keep getting the following error at the last line and am not sure why:
Error in if (is.na(lower[i] + upper[i]))
2012 Apr 21
0
help with rmeta package
Dear R users,
I'm trying figuring out with forest plot and rmeta. Here's my code...
library(rmeta)
tabletext <- structure(c("", NA, "Sex", "[F]", "[M]", NA,
"Age class", "(0,60]", "(60,80]", NA,
"Karnofsky class", "[70;90]",
2007 Aug 18
0
rmeta package forestplot() function
Dear R users,
I am trying to create a forest plot with a table of text using the
forestplot() function in the rmeta package.
I have been trying to reduce the font size of the resulting table of text,
but have not been successful. I have tried adding options like 'cex' or
'font' but none of them seem to work. Is there anything I could do?
This is what I have so far:
2009 Feb 08
0
Modifying forestplot function in rmeta
All,
I am using the forestplot function in rmeta.
I was able to modify the x axis range by commenting out one line and
feeding it two new parameters (I wanted to set zero as the axis start point).
#xrange <- c(max(min(lower, na.rm = TRUE), clip[1]),
min(max(upper, na.rm = TRUE), clip[2]))
#new line
xrange <- c(xlow,xhigh)
Now I am trying to modify the text font size for