Displaying 1 result from an estimated 1 matches for "upperd1y".
Did you mean:
upper16
2011 Aug 22
0
Multiple forest plots with the same x-axis and colour coded estimates and lines
...ot;CBZ"),c("75","F","10","CBZ"),
c("75","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)...