search for: label_text_forest

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

2011 Jan 31
0
Forest Plot Text
...4/100)") forest_number_plac<- c(NA, "11% (11/100)", "30% (30/100)", NA, "15% (15/100)", "20% (20/100)") forest_text<- c(NA, "1.00 (0.85-1.15)", "2.00 (1.35-2.65)", NA, "0.75 (0.70-0.80)", "1.10 (0.80-1.40)") Label_text_forest<- c("Outcome A", "Exposure 1", "Exposure 2", "Outcome B", "Exposure 1", "Exposure 2") forest_text_table<- cbind(Label_text_forest, forest_number_clop, forest_number_plac, forest_text, forest_pval, forest_int) plot1<- forestplot(...