search for: upperd3y

Displaying 1 result from an estimated 1 matches for "upperd3y".

Did you mean: upperd1y
2011 Aug 22
0
Multiple forest plots with the same x-axis and colour coded estimates and lines
...<- c(NA,dattabrem1$CIlower) upperd1y <- c(NA,dattabrem1$CIupper) # 2 year results estimate2y <- c(NA,dattabrem2$HR) lowerd2y <- c(NA,dattabrem2$CIlower) upperd2y <- c(NA,dattabrem2$CIupper) # 3 year results estimate3y <- c(NA,dattabrem3$HR) lowerd3y <- c(NA,dattabrem3$CIlower) upperd3y <- c(NA,dattabrem3$CIupper) # Draw forest plots forestplot(plotextr,estimate1y,lowerd1y,upperd1y,is.summary=c(TRUE,rep(FALSE,24)),zero="",align="c",xlab="Remission @ 1 year") forestplot(plotext2r,estimate2y,lowerd2y,upperd2y,zero="",xlab="Remission @...