data(heartfailure)
hf2 <- setup(study=study,trt=trt,d=d,n=n,measure="OR",ref="Placebo",data=heartfailure)
nmaforest(hf2) # Default setting
nmaforest(hf2, col.plot="blue") # Change the color
nmaforest(hf2, ascending=FALSE) # Change to the descending order
Run the code above in your browser using DataLab