Re: [R] qq-Plot function in version 3.1.2.

2015-02-13 Thread John Fox
Dear Xavier, Perhaps you mean the qqPlot() function in the car package. If so, you should install the car package. As well, if anc0 is a linear or generalized linear model, qqPlot() has a method for plotting studentized residuals and you'd probably prefer to use that rather than extracting the res

Re: [R] qq-Plot function in version 3.1.2.

2015-02-13 Thread Spencer Graves
> On Feb 13, 2015, at 1:32 PM, CHIRIBOGA Xavier > wrote: > > Hello! SORRY PROBLEMS WITH FUNCTIONS AGAIN... > > > > I NEED TO RUN A qqPlot ...I TRIED TO INSTALL IT , BUT A WARNING MESSAGE SAID > > > > qqPlot is not available for version 3.1.2. What do you want? Th

Re: [R] qq-Plot function in version 3.1.2.

2015-02-13 Thread Sarah Goslee
Let's see... You can spell it qqplot. You can avoid trying to install nonexistent packages with made-up names. You can learn to use www.rseek.org You can learn how to undo your caps lock key. ;) But do try the first one, in the form of ?qqplot Sarah On Fri, Feb 13, 2015 at 4:32 PM, CHIRIBOGA Xa