search for: lowerd2y

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

Did you mean: lowerd1y
2011 Aug 22
0
Multiple forest plots with the same x-axis and colour coded estimates and lines
...,"M","10","LTG"),c("75","F","10","LTG")) # 1 year results estimate1y <- c(NA,dattabrem1$HR) lowerd1y <- 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(FA...