|
|
|
|
|
by christopheraden
4818 days ago
|
|
Big ups on your use of GGplot--best R graphing capabilities around!
In response to your update about the QQ Plot, I didn't compare against normality like you did (the article is comparing exponentials, so a normal QQ isn't the best choice). The QQ Plot just compars the quantiles of one distribution to another (could be an ecdf against a hypothesized cdf, or an ecdf against another ecdf...). Essentially, by plotting one set of points against another, I'm suggesting that the empirical distribution of Annie is the same as the empirical distribution of Brian, or any other pairing. |
|
And as you mention, ggplot is seriously awesome.