search for: afrims

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

Did you mean: afaics
2011 Sep 30
1
need help on forest plot with ggplot
...Merlin.IgG Merlin.IgG 62.46333 60.68995 64.23672 Pb.IgG Pb.IgG 57.51500 56.94022 58.08978 SD.IgM SD.IgM 76.90417 75.61221 78.19613 Iq.IgM Iq.IgM 79.45917 78.73032 80.18801 Merlin.IgM Merlin.IgM 64.50167 60.30376 68.69958 Pb.IgM Pb.IgM 65.38667 61.81591 68.95742 AFRIMS AFRIMS 88.29958 84.84922 91.74995 I am currently using the code as suggested on web: credplot.gg<- function(d){require(ggplot2) p <- ggplot(d,aes(x=x,y=y,ymin=ylo,ymax=yhi))+geom_pointrange()+coord_flip()+ xlab('RDT tests')+ylab('Sensitivity') return(p)}...