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? thanks, nelson
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