Hi:
For a normal probability plot, use qqnorm().
Example:
x <- rnorm(50)
qqnorm(x)
qqline(x)
See the help page ?qqnorm for customization options.
HTH,
Dennis
On Tue, Jan 19, 2010 at 11:09 PM, Natalia Slobodina wrote:
> I am hoping to create a graph that will look like it is plotted on
>
I am hoping to create a graph that will look like it is plotted on
arithmetic probability plot. Something similar to how this is done in Excel:
http://peltiertech.com/Excel/Charts/ProbabilityChart.html.
I can't quite find a code that will transform the linear axis into a
cumulative percent axis wi
2 matches
Mail list logo