[R] qq-Plot function in version 3.1.2.
Spencer Graves
spencer.graves at prodsyse.com
Fri Feb 13 22:45:01 CET 2015
> 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.
More information about the R-help
mailing list