Displaying 1 result from an estimated 1 matches for "plotextr".
Did you mean:
plotext2r
2011 Aug 22
0
Multiple forest plots with the same x-axis and colour coded estimates and lines
...able("risk factors rem1.txt",header=TRUE) # year 1
results
dattabrem2 <- read.table("risk factors rem2.txt",header=TRUE) # year 2
results
dattabrem3 <- read.table("risk factors rem3.txt",header=TRUE) # year 3
results
# Set up table of results for the three plots
plotextr <-
rbind(c("Age","Gender","Seizures","Treatment"),c("10","M","2","CBZ"),c("10","F","2","CBZ"),
c("10","M","2","LTG"),c("10",&q...