Displaying 3 results from an estimated 3 matches for "selogmh".
2006 Apr 24
1
rmeta: forest plot problem
...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, sumnn=a$selogMH^-2, logeffect=TRUE)
Now I would like to add numerical odds ratio values and corresponding
confidence intervals for each study on the second y axis (eg.
http://www.statsdirect.com/help/meta_analysis/cochrane_plot.htm. I try
with 'text' command, but the outcome is disastr...
2006 Nov 16
3
Newbie problem ... Forest plot
...(lend="square", no.readonly=TRUE)
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))
# angry fruit salad
metaplot(a$logOR, a$selogOR, nn=a$selogOR^-2, a$names,
summn=a$logMH, sumse=a$selogMH, sumnn=a$selogMH^-2,
logeffect=TRUE, colors=meta.colors(box="magenta",
lines="blue", zero="red", summary="orange",
text="forestgreen"))
par(op) # reset parameters
Of course if someone have better idea to impor...
2009 Jun 27
4
questions about meta-analysis
Dear R users:
In the example of meta-analysis (cochrane, package rmeta), I can not found the p-value of Test for overall effect, and some other indices (Z, I, weight and et al). How can I get the these indices listed?
> library(rmeta)
> data(cochrane)
> cochrane
name ev.trt n.trt ev.ctrl n.ctrl
1 Auckland 36 532 60 538
2 Block 1 69 5