search for: logeffect

Displaying 4 results from an estimated 4 matches for "logeffect".

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 starts after my minimum point; precisely, the x axis ticks start at 2 even if my minimum hazard is 0.44 (i.e. exp(-0.8));...
2006 Apr 24
1
rmeta: forest plot problem
...eta) 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 disastrous. If anyone can explain the...
2006 Nov 16
3
Newbie problem ... Forest plot
...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 import data - not trough csv file no problem...
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]]