[R] Probit Scale

Gregor Gorjanc gregor.gorjanc at bfro.uni-lj.si
Tue Nov 7 21:33:30 CET 2006


nelson - <nelson1977 <at> gmail.com> writes:
> Hi all!
>   i search but i found no info, so i'm heere to ask you! How can i
> plot a graph using the probit scale on y axes?

Not that I know, however you can transform y values via pnorm() i.e.

plot(x=x, y=pnorm(q=y, ...))

Gregor



More information about the R-help mailing list