Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7516301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:05:10+00:00 2026-05-30T01:05:10+00:00

I compared several diagnostic methods to a gold standard using Bland-Altman plots. Now I

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T01:05:12+00:00Added an answer on May 30, 2026 at 1:05 am

    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 bxp function 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?

     dat <- read.table(text="Method    LCL    mean    UCL    var
     A         -5     4       15     27
     B         -9     2       13     33
     C         -8     4       16     36
     ", header=TRUE)
     dat$sdpd <- dat$mean + dat$var^0.5
     dat$sdmd <- dat$mean - dat$var^0.5
     dat
    #------
      Method LCL mean UCL var      sdpd      sdmd
    1      A  -5    4  15  27  9.196152 -1.196152
    2      B  -9    2  13  33  7.744563 -3.744563
    3      C  -8    4  16  36 10.000000 -2.000000
    #----------
     bxpm <- with(dat, t(matrix(c(LCL, sdmd, mean, sdpd, UCL), 3,5)))
     bxpm
    #----------
              [,1]      [,2] [,3]
    [1,] -5.000000 -9.000000   -8
    [2,] -1.196152 -3.744563   -2
    [3,]  4.000000  2.000000    4
    [4,]  9.196152  7.744563   10
    [5,] 15.000000 13.000000   16
    
     bxp(list(stats=bxpm, names=dat$Method ), main="Not a real boxplot\n
                                                    Perhaps a double dynamite plot?")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am completely baffled by this as I have coded several other methods using
Assume you have some objects which have several fields they can be compared by:
I have several arrays of arrays or arrays of dicts that I would like
I have seen several Questions comparing different ECommerce CMS's: Prestashop compared to Zen-Cart and
Yes, several similar threads exist, but we're now in 2011, and much has changed.
If I want to dynamically show or hide several User Controls. Would it be
I have an application that uses several different Java classes and would like to
We're using GWO (Google Website Optimizer) now. The multivariate and A/B testing is exactly
I am trying to compare the performance of several Javascript libraries. Although measuring transaction
Compared to most people on this site I am admittedly a novice. I wanted

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.