R Programming for beginners | How to Create boxplot using R programming with ggplot2 package

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии • 11

  • @muhammadkhubaib5666
    @muhammadkhubaib5666 3 года назад

    Nice work. Thanks for aharing such a valuables and knowledgeable vedios

  • @mssankar3968
    @mssankar3968 3 года назад

    Great work! Could you please post a video on the making of non-metric multidimensional scaling ( nmds) biplot?

  • @dr.mohdaamir6688
    @dr.mohdaamir6688 Год назад

    If the all the boxes touches the x axis what does this mean??

    • @softwaresforcivilengineeri7947
      @softwaresforcivilengineeri7947  Год назад

      Sir, please mention that part of my video. which part you are talking about.

    • @dr.mohdaamir6688
      @dr.mohdaamir6688 Год назад

      @@softwaresforcivilengineeri7947 I am making Box plot for my data but the box plot generated is not median centered to the values on Y axis. The box is touching x axis for all samples. What does this mean ??

    • @softwaresforcivilengineeri7947
      @softwaresforcivilengineeri7947  Год назад

      @@dr.mohdaamir6688 Dear Sir, There are few things to change. 1- Convert your data into CSV format, 2- some of the boxes touching the x-axis means that "the range of the different columns of your data is very far from one another, means that the range of one column may be in 100 and the other may be in 1000. if this much difference found in the range, then the boxes will be on the x-axis.". 3-it will be better to draw these boxes for one kind of data, means for one column but for different situations.

    • @dr.mohdaamir6688
      @dr.mohdaamir6688 Год назад

      @@softwaresforcivilengineeri7947 Thanks for your reply. I am analyzing 3 control sets and 3 treatment sets. For all the six samples the box is touching x-axis. Is there any skewness in my samples and data normalization can solve it. I need to all have all my control vs treatments to be median centered. But, I m getting only upper quartile part of the box touching x axis .

    • @dr.mohdaamir6688
      @dr.mohdaamir6688 Год назад +1

      What does the Box plot explain with extreme outlier and with notch. I am finding all the samples of mine with extreme outlier and notches?