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 residuals from the model.
I hope this helps, John ------------------------------------------------------- John Fox, Professor McMaster University Hamilton, Ontario, Canada http://socserv.mcmaster.ca/jfox/ > -----Original Message----- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of > CHIRIBOGA Xavier > Sent: February-13-15 4:33 PM > To: r-help@r-project.org > Subject: [R] qq-Plot function in version 3.1.2. > > 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. > > > > > > > > qqPlot(residuals(anc0),id.method="identify") > Error: could not find function "qqPlot" > > install.packages("qqPlot") > Installing package into 'C:/Users/chiribogax/Documents/R/win-library/3.1' > (as 'lib' is unspecified) > Warning in install.packages : > package 'qqPlot' is not available (for R version 3.1.2) > > > > WHAT CAN ID DO? > > > > THANK YOU, > > > > Xavier > > ______________________________________________ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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. --- This email has been checked for viruses by Avast antivirus software. http://www.avast.com ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.