ggplot
code: aes
sample
; geoms stat_qq
and stat_qq_line
The usual:
Rows: 44
Columns: 2
$ group <chr> "t", "t", "t", "t", "t", "t", "t", "t", "t", "t", "t", "t", "t",…
$ score <dbl> 24, 61, 59, 46, 43, 44, 52, 43, 58, 67, 62, 57, 71, 49, 54, 43, …
Each group looks more or less normal, or at least close to symmetric.
to check
only problem here is lowest value a little too low (mild outlier).
This time, highest value a little too high, but again, no real problem with normality.
Use the whole data set and facet by groups
Good, apart from the highest and lowest points being slightly off. I’d call this good:
Somewhat skewed to right:
Somewhat opening-up curve:
Definitely skewed to right:
Clear upward-opening curve:
Long tails (or a very sharp peak):
Low values too low and high values too high for normal.
On a normal quantile plot:
High points | ||
---|---|---|
Low points | Too low | Too high |
Too low | Skewed left | Long tails |
Too high | Short tails | Skewed right |