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

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to