0

I have to understand if my graphs follow the normal distribution but I don't know. Can they have two peaks like two columns? Are they normal or not? what it means if they are not normal? The aim is to analyze whether a certain body size of both genders fits the normal distribution. It's part of my uni paper but I've never did statistics I'm very much lost. I would say that just pelvic breadth for female follow a normal distribution because male have two columns and it's weird looking but idk. I don't know even what means if they don't follow normal distribution

enter image description here enter image description here

  • 2
    please explain why you have to do this. is it homework , do you have to apply a statistical test etc – seanv507 Jan 29 '22 at 11:41
  • @seanv507 The aim is to analyze whether a certain body size of both genders fits the normal distribution. It's part of my uni paper but I've never did statistics I'm very much lost. I would say that just pelvic breadth for female follow a normal distribution because both male have two peaks and the other female it's weird looking but idk. I don't know even what means if they don't follow normal distribution – Imdesperate Jan 29 '22 at 11:56
  • Some overlap with your other question to data https://stats.stackexchange.com/questions/562283/if-i-have-body-measurements-weight-age-and-gender-of-500-people-what-is-the-be – Nick Cox Jan 29 '22 at 12:24
  • 1
    please add this description to the main question, so others can find it easier. but my question is why do you have to "to understand if my graphs followt the normal distribution or not". so please answer that question ( in the main body of the question) – seanv507 Jan 29 '22 at 12:57
  • @seanv507 i don't know I never did statistic ever, my teacher asked if data had a not and to look at his paper for help (point 4, http://jse.amstat.org/v11n2/datasets.heinz.html ) so I tried to do the same but I can't read the graphs – Imdesperate Jan 29 '22 at 13:44
  • I rolled back your edit, because it destroyed the plots in the post. When you edit please be careful not to destroy the graphs! – kjetil b halvorsen Jan 30 '22 at 17:53
  • @kjetilbhalvorsen I re-added just the ones I didn't add in my final paper! I'm afraid my teacher will think I took the graphs from the web TT sorry – Imdesperate Jan 31 '22 at 10:02

1 Answers1

2

First, please tell us why you need to do this (as an edit to the post). You have shown us four histograms, and at first sight they do look close to normal (with the maybe exception of first row, right, female pelvic, which might seem to have to many very low values for a normal).

But, histograms are not the best way to look for normality, qq-plots are often better. For some examples see R - QQPlot: how to see whether data are normally distributed, How to interpret a QQ plot

There are many similar posts on this site, some useful ones for you:

kjetil b halvorsen
  • 63,378
  • 26
  • 142
  • 467