I compared several diagnostic methods to a gold standard using Bland-Altman plots. Now I would graphically represent the difference in agreement between each method and the gold standard in one single plot. I’m trying to plot means, confidence intervals and variance derived from the various Bland-Altman plots as horizontal boxplots, but I don’t know I to do that.
I have a dataframe like this:
Method LCL mean UCL var
A -5 4 15 27
B -9 2 13 33
C -8 4 16 36
Thank you very much for your help!
Corrado
You need to realize that a “true” boxplot is a specific type of plot based on non-parametric statistics, none of which you have offered. If you want to call it something else you are free to do so and you can use the
bxpfunction to do the plotting. You need to create a matrix with 5 rows and 3 columns with the values for whisker and box parameters. You may be thinking that the variance could be used to construct standard deviation?