Displaying 1 result from an estimated 1 matches for "dattabrem1".
Did you mean:
dattabrem2
2011 Aug 22
0
Multiple forest plots with the same x-axis and colour coded estimates and lines
...forest plots - the first
which has the table of results. I have to plot each separately as 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...