search for: dattabrem2

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

Did you mean: dattabrem1
2011 Aug 22
0
Multiple forest plots with the same x-axis and colour coded estimates and lines
...the usual par(mfrow=c(3,1)) does not work with the function forestplot within rmeta. I can easily put them next to one another within powerpoint or similar though so that's not a problem. #Read data in dattabrem1 <- read.table("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",...