Message-ID: <824D40B3-5EF2-4236-8B7B-8ACDDED02954@prodsyse.com>
Date: 2015-02-13T21:45:01Z
From: Spencer Graves
Subject: qq-Plot function in version 3.1.2.
In-Reply-To: <7B64C8E017B948419F014C915AA6D7342A0350BA@mail-mbx-04.UNINE.CH>
> On Feb 13, 2015, at 1:32 PM, CHIRIBOGA Xavier <xavier.chiriboga at unine.ch> 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?
There is a "qqplot" function in the stats package. Beyond that, consider the following:
library(sos)
qqp <- ???qqPlot
# This downloaded 233 links in 96 packages for me just now.
sum(qqp$Package=='qqPlot')
# 0 ... i.e., there is no package by that name (and hasn't been one on CRAN, I don't think)
qqp
# Opens a page in your default browser containing a table, the first entry of which is for a function "qqPlot" in the "EnvStats" package.
Hope this helps.
Spencer
>
>
> 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 at 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.