Displaying 1 result from an estimated 1 matches for "yquant".
Did you mean:
quant
2012 Mar 10
3
How do I do a pretty scatter plot using ggplot2?
Hi all,
I am trying hard to do the following and have already spent a few hours in
vain:
I wanted to do the scatter plot.
But given the high dispersion on those dots, I would like to bin the x-axis
and then for each bin of the x-axis, plot the quantiles of the y-values of
the data points in each bin:
1. Uniform bin size on the x-axis;
2. Equal number of observations in each bin;
How to do