My apologies in advance as this seem like an easy thing to fix.

I am quite new to using R. I am doing my thesis at the moment and I am
trying to use the extremes package. However, when I try to access it I get
this message:

The following object(s) are masked from ‘package:stats’:
> library( extRemes)
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Loading required package: ismev
Loading required package: Lmoments
Attaching package: ‘extRemes’
The following object(s) are masked from ‘package:stats’:
qqnorm, qqplot

I looked back on some of the older post about this problem. Apparently it
has something to do with the order of the packages.

> search()
 [1] ".GlobalEnv"        "package:extRemes"  "package:Lmoments" 
"package:ismev"     "package:tcltk"     "package:stats"    
"package:graphics"  "package:grDevices"
 [9] "package:utils"     "package:datasets"  "package:methods"   "Autoloads"    
    
"package:base"     
> attach(stats)
Error in attach(stats) : object 'stats' not found

However, I still could not get it working.

Thanks for any help in advance
David



--
View this message in context: 
http://r.789695.n4.nabble.com/The-following-object-s-are-masked-from-package-stats-tp4636079.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to